diff options
author | Felix Lange <fjl@twurst.com> | 2015-08-07 06:10:26 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-08-11 17:42:17 +0800 |
commit | 01ed3fa1a9414328eb6c4fc839e1b2044a786a7a (patch) | |
tree | f081f6c63b7e5ca04c4976d85654797a4c7f2a0b /p2p/server_test.go | |
parent | 698e98d9814605bfea98ba3ad2fe7fda073cb2b1 (diff) | |
download | dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar.gz dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar.bz2 dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar.lz dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar.xz dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.tar.zst dexon-01ed3fa1a9414328eb6c4fc839e1b2044a786a7a.zip |
p2p/discover: unlock the table during ping replacement
Table.mutex was being held while waiting for a reply packet, which
effectively made many parts of the whole stack block on that packet,
including the net_peerCount RPC call.
Diffstat (limited to 'p2p/server_test.go')
0 files changed, 0 insertions, 0 deletions