Files

19 lines
365 B
Go
Raw Permalink Normal View History

2024-10-30 18:13:35 +01:00
package conn
const (
UdpSegmentMaxDatagrams = udpSegmentMaxDatagrams
)
var (
SplitCoalescedMessages = splitCoalescedMessages
GetSrcFromControl = getSrcFromControl
GetGSOSize = getGSOSize
2024-11-22 17:43:26 +01:00
// export controlFns for Android to use
// is not thread safe and should only be modified during init.
ControlFns = &controlFns
2024-10-30 18:13:35 +01:00
)
2025-07-09 12:18:33 +02:00
type BatchReader = batchReader