mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 16:41:30 +00:00
12 lines
116 B
Go
12 lines
116 B
Go
|
//go:build !linux
|
||
|
|
||
|
package libbox
|
||
|
|
||
|
import (
|
||
|
"net"
|
||
|
)
|
||
|
|
||
|
func linkFlags(rawFlags uint32) net.Flags {
|
||
|
panic("stub!")
|
||
|
}
|