4
0
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:
Arceliar
2018-08-18 13:24:02 -05:00
parent ff83527ac7
commit e833cdfb98
2 changed files with 102 additions and 90 deletions

View File

@ -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)
}