mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
7 lines
77 B
Go
7 lines
77 B
Go
package protocol
|
|
|
|
const (
|
|
TunnelMTU = 1420
|
|
MaxPacketSize = TunnelMTU
|
|
)
|