We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1813264 commit aac0e02Copy full SHA for aac0e02
CHANGES.md
@@ -1,3 +1,12 @@
1
+### v7.1.2 (2022-07-27)
2
+
3
+* TCP: fix memory leaks on connection close in three scenarios (#489 @TheLortex)
4
+ - simultanous close: set up the timewait timer in the `Closing(1) - Recv_ack(2) -> Time_wait`
5
+ state transition
6
+ - client sends a RST instead of a FIN: enable sending a challenge ACK even when the reception
7
+ thread is stopped
8
+ - client doesn't ACK server's FIN: enable the retransmit timer in the `Closing(_)` state
9
10
### v7.1.1 (2022-05-24)
11
12
* Ndpv6: demote more logs to debug level (#480 @reynir)
0 commit comments