joexbayer / RetrOS-32

A x86 32bit Hobby Operatingsystem with graphics, multitasking, networking and 32bit C-Compiler for i386 architecture.
MIT License
385 stars 12 forks source link

TCP: tcp_send_segment resend if no ack #30

Open joexbayer opened 1 year ago

joexbayer commented 1 year ago

tcp_send_segment should set a timestamp and resend if no ack is received.

joexbayer commented 1 year ago

In tcp_send_segment spin (block) till either ack has arrived or timer has run out. This is ok, since we use stop and wait