• Alexey Kuznetsov's avatar
    TCP Input fixes: · a0faeab7
    Alexey Kuznetsov authored
    1) Two bugs noticed by Pasi:
       - Wrong rtt update interval
       - Forgot to clear retrans_stamp when entering established
         state
    2) Missing LAST_ACK case of processing segment text (step 7) in
       tcp_rcv_state_process.
    3) Remove "final cut" code, purism is good not all the times. :-)
    a0faeab7
tcp_input.c 108 KB