mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-24 01:14:25 +01:00
extra stinky slop that works kinda
This commit is contained in:
@@ -82,6 +82,8 @@ func (u *GenericConn) ListenOut(r EncReader) {
|
||||
return
|
||||
}
|
||||
|
||||
r(netip.AddrPortFrom(rua.Addr().Unmap(), rua.Port()), buffer[:n])
|
||||
payload := make([]byte, n)
|
||||
copy(payload, buffer[:n])
|
||||
r(netip.AddrPortFrom(rua.Addr().Unmap(), rua.Port()), payload, func() {})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user