Skip to content

Commit aac0e02

Browse files
committed
changes for 7.1.2
1 parent 1813264 commit aac0e02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
### v7.1.1 (2022-05-24)
211

312
* Ndpv6: demote more logs to debug level (#480 @reynir)

0 commit comments

Comments
 (0)