mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 23:16:06 +00:00
fix debug builds and update whitepaper with old info from the .io site's about page
This commit is contained in:
@ -427,7 +427,7 @@ func (c *Core) DEBUG_addSOCKSConn(socksaddr, peeraddr string) {
|
||||
|
||||
//*
|
||||
func (c *Core) DEBUG_setupAndStartGlobalTCPInterface(addrport string) {
|
||||
if err := c.tcp.init(c, addrport); err != nil {
|
||||
if err := c.tcp.init(c, addrport, 0); err != nil {
|
||||
c.log.Println("Failed to start TCP interface:", err)
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user