mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-12 16:37:35 +02:00
6 lines
98 B
Go
6 lines
98 B
Go
package bind
|
|
|
|
func GetGSOSize(control []byte) (int, error) {
|
|
return wgConn.GetGSOSize(control)
|
|
}
|