mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-24 01:14:25 +01:00
More like a library (#279)
This commit is contained in:
@@ -21,6 +21,6 @@ func NewListenConfig(multi bool) net.ListenConfig {
|
||||
}
|
||||
}
|
||||
|
||||
func (u *udpConn) Rebind() {
|
||||
return
|
||||
func (u *udpConn) Rebind() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user