mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
Merge 46d7f56b7b into 005665867d
This commit is contained in:
commit
41e8b6cfaf
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface, nodeDBP
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
transport.net = net
|
transport.net = net
|
||||||
|
log.Info("UDP listener up", "self", net.tab.self)
|
||||||
go transport.readLoop()
|
go transport.readLoop()
|
||||||
return net, nil
|
return net, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue