There was an error while loading. Please reload this page.
1 parent 9b37b20 commit 59ecea9Copy full SHA for 59ecea9
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