mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
gso and gro with uring on send/receive for udp
This commit is contained in:
@@ -82,6 +82,6 @@ func (u *GenericConn) ListenOut(r EncReader) {
|
||||
return
|
||||
}
|
||||
|
||||
r(netip.AddrPortFrom(rua.Addr().Unmap(), rua.Port()), buffer[:n])
|
||||
r(netip.AddrPortFrom(rua.Addr().Unmap(), rua.Port()), buffer[:n], nil)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user