mirror of
https://github.com/netbirdio/wireguard-go.git
synced 2026-05-22 17:08:51 -07:00
19 lines
365 B
Go
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
|