mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
- Implement remote addr for conn
- Eliminate cached offeranswer arguments - Fix exponent reset in conn reconnect loop - Fix on disconnected callback for permanent server - Add peer relay status for status details command
This commit is contained in:
@@ -182,7 +182,7 @@ func (p *WGEBPFProxy) proxyToRemote() {
|
||||
p.turnConnMutex.Unlock()
|
||||
if !ok {
|
||||
log.Infof("turn conn not found by port: %d", addr.Port)
|
||||
continue
|
||||
return // todo replace it to return. For debug troubleshooting keep it
|
||||
}
|
||||
|
||||
_, err = conn.Write(buf[:n])
|
||||
|
||||
Reference in New Issue
Block a user