mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-16 00:17:03 +02:00
drop ECN support for this release
This commit is contained in:
@@ -128,7 +128,7 @@ func runTeardownCase(t *testing.T, batch int, name string, traffic func(send net
|
||||
var received atomic.Int64
|
||||
loopDone := make(chan error, 1)
|
||||
go func() {
|
||||
loopDone <- sc.ListenOut(func(netip.AddrPort, []byte, RxMeta) {
|
||||
loopDone <- sc.ListenOut(func(netip.AddrPort, []byte) {
|
||||
received.Add(1)
|
||||
}, func() {})
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user