mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
Fix non-linux
This commit is contained in:
5
client/iface/bind/ice_bind_linux.go
Normal file
5
client/iface/bind/ice_bind_linux.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package bind
|
||||
|
||||
func GetGSOSize(control []byte) (int, error) {
|
||||
return wgConn.GetGSOSize(control)
|
||||
}
|
||||
Reference in New Issue
Block a user