quorum/p2p/discover
Felix Lange cf754b9483 p2p/discover: fix race in ListenUDP
udp.Table was assigned after the readLoop started, so
packets could arrive and be processed before the Table was there.
2015-02-13 15:06:47 +01:00
..
node.go p2p/discover: code review fixes 2015-02-13 11:39:31 +01:00
node_test.go p2p/discover: add node URL functions, distinguish TCP/UDP ports 2015-02-07 00:12:23 +01:00
table.go p2p/discover: code review fixes 2015-02-13 11:39:31 +01:00
table_test.go p2p/discover: deflake UDP tests 2015-02-09 11:02:32 +01:00
udp.go p2p/discover: fix race in ListenUDP 2015-02-13 15:06:47 +01:00
udp_test.go p2p/discover: map listening port using configured mechanism 2015-02-13 11:39:32 +01:00