anylink/sessdata/start.go

8 lines
78 B
Go

package sessdata
func Start() {
initIpPool()
initIpMac()
checkSession()
}