tcp: Reject SYN on synchronized connections; fix maxSend underflow (#44)

* tcp: add test replicating bugs and 32bit panic with GOARCH=386

* tcp: reject SYN on synchronized connections; fix maxSend underflow
This commit is contained in:
Pat Whittingslow
2026-02-27 16:38:46 +01:00
committed by GitHub
parent f9748da94f
commit eab43c4653
4 changed files with 242 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build linux && !tinygo
//go:build linux && !tinygo && amd64
package internal