Open joexbayer opened 1 year ago
tcp_send_segment should set a timestamp and resend if no ack is received.
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
tcp_send_segment should set a timestamp and resend if no ack is received.