Skip to content

7.1.2

Compare
Choose a tag to compare
@dinosaure dinosaure released this 27 Jul 13:38
· 46 commits to main since this release
efbebdf

CHANGES:

  • TCP: fix memory leaks on connection close in three scenarios (#489 @TheLortex)
    • simultanous close: set up the timewait timer in the Closing(1) - Recv_ack(2) -> Time_wait
      state transition
    • client sends a RST instead of a FIN: enable sending a challenge ACK even when the reception
      thread is stopped
    • client doesn't ACK server's FIN: enable the retransmit timer in the Closing(_) state