- package network
- var (
- networkDefinitionFilePath string
- netID string
- address string
- address6 string
- udpHolePunch bool
- defaultACL bool
- defaultInterface string
- defaultListenPort int
- nodeLimit int
- defaultKeepalive int
- allowManualSignUp bool
- defaultMTU int
- )
|