mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +00:00
rethinking ring buffer semantics and breaking everything in the process
This commit is contained in:
+1
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user