Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
Mtu() int {
59
// mtu on fly is 1420
60
return
1420
61
}
62
63
func
TotalUdpServerRoutines() int {
64
// runtime.NumCPU() instead?
Callers
1
echo.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected