Skip to content

Commit 9688d32

Browse files
committed
make it nicer
1 parent 8c91fa2 commit 9688d32

7 files changed

Lines changed: 645 additions & 599 deletions

udp/udp_ecn_outer_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// kernel stamps one outer codepoint per entry, so a run that straddled the
1313
// boundary would silently lose information).
1414
func TestPlanRunBreaksOnECNChange(t *testing.T) {
15-
u := &StdConn{gsoSupported: true, maxGSOSegments: 63}
15+
u := &batchWriter{gsoSupported: true, maxGSOSegments: 63}
1616
dst := netip.MustParseAddrPort("10.0.0.1:4242")
1717

1818
bufs := [][]byte{

0 commit comments

Comments
 (0)