You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ to sort out in the case that `stdout` and `stderr` are merged. (#3428)
59
59
as the obfs4proxy pluggable transport (#3538). (#3542)
60
60
* Fixed the behavior of sockets bound to the loopback interface: Shadow no longer panics in some cases where `connect` and `sendmsg` syscalls are used with a non-loopback address. (#3531)
61
61
* Fixed the behaviour of an implicit bind during a `sendmsg` syscall for UDP sockets. (#3545)
62
-
* Fixed a bug in `shutdown()` for TCP sockets, causing the FIN packet to be sent out of order. (#3562)
62
+
* Fixed a TCP socket bug causing the FIN packet to be sent out of order. (#3562, #3570)
0 commit comments