remove UDP, to be replaced with a better implementation later

This commit is contained in:
Arceliar 2018-06-06 16:40:35 -05:00
parent 2f8aaa5c20
commit 1b89892610
4 changed files with 6 additions and 412 deletions

View file

@ -317,6 +317,7 @@ func (c *Core) DEBUG_init(bpub []byte,
////////////////////////////////////////////////////////////////////////////////
/*
func (c *Core) DEBUG_setupAndStartGlobalUDPInterface(addrport string) {
if err := c.udp.init(c, addrport); err != nil {
c.log.Println("Failed to start UDP interface:", err)
@ -342,6 +343,7 @@ func (c *Core) DEBUG_maybeSendUDPKeys(saddr string) {
c.udp.sendKeys(addr)
}
}
*/
////////////////////////////////////////////////////////////////////////////////