MCPcopy Create free account
hub / github.com/celzero/midway / Mtu

Function Mtu

midway/env/util.go:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func Mtu() int {
59 // mtu on fly is 1420
60 return 1420
61}
62
63func TotalUdpServerRoutines() int {
64 // runtime.NumCPU() instead?

Callers 1

echo.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected