There was an error while loading. Please reload this page.
1 parent 8c91fa2 commit 9688d32Copy full SHA for 9688d32
7 files changed
udp/udp_ecn_outer_linux_test.go
@@ -12,7 +12,7 @@ import (
12
// kernel stamps one outer codepoint per entry, so a run that straddled the
13
// boundary would silently lose information).
14
func TestPlanRunBreaksOnECNChange(t *testing.T) {
15
- u := &StdConn{gsoSupported: true, maxGSOSegments: 63}
+ u := &batchWriter{gsoSupported: true, maxGSOSegments: 63}
16
dst := netip.MustParseAddrPort("10.0.0.1:4242")
17
18
bufs := [][]byte{
0 commit comments