rethinking ring buffer semantics and breaking everything in the process

This commit is contained in:
Patricio Whittingslow
2025-11-05 02:35:53 -03:00
parent 82bd54a6da
commit 5e5f21a2b8
6 changed files with 432 additions and 294 deletions
+1 -2
View File
@@ -20,10 +20,9 @@ const (
func TestStackAsyncTCP_multipacket(t *testing.T) {
const seed = 1234
const MTU = 1500
const MTU = 512
const svPort = 8080
const maxPktLen = 30
const maxNPkt = 32
client, sv, clconn, svconn := newTCPStacks(t, seed, MTU)
tst := tester{
t: t, buf: make([]byte, MTU),