Files
wireguard-go/conn/export.go
2025-07-09 12:18:33 +02:00

19 lines
365 B
Go

package conn
const (
UdpSegmentMaxDatagrams = udpSegmentMaxDatagrams
)
var (
SplitCoalescedMessages = splitCoalescedMessages
GetSrcFromControl = getSrcFromControl
GetGSOSize = getGSOSize
// export controlFns for Android to use
// is not thread safe and should only be modified during init.
ControlFns = &controlFns
)
type BatchReader = batchReader