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
..
2015-02-13 11:39:31 +01:00
2015-02-09 11:02:32 +01:00
2015-02-13 11:39:31 +01:00
2015-02-13 15:06:47 +01:00