Documentation
¶
Index ¶
Constants ¶
View Source
const ( // WGBufferOverhead represents the additional buffer space needed beyond MTU // for WireGuard packet encapsulation (WG header + UDP + IP + safety margin) // Original hardcoded buffers were 1500, default MTU is 1280, so overhead = 220 // TODO: Calculate this properly based on actual protocol overhead instead of using hardcoded difference WGBufferOverhead = 220 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.