danicoin/src/p2p
Howard Chu 07c4276cbe
Don't issue a new timedsync while one is already in progress
A timedsync is issued every minute on a connection, but the input
tineout is 2 minutes. This means a new sync request could be issued
while a slow sync request was already in progress. The additional
request will further clog the network on a slow connection, and
cause a premature timeout.
2017-06-15 16:54:03 +01:00
..
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
connection_basic.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
connection_basic.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
net_node.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
net_node.inl Don't issue a new timedsync while one is already in progress 2017-06-15 16:54:03 +01:00
net_node_common.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
net_peerlist.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
net_peerlist_boost_serialization.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
network_throttle-detail.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle-detail.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
p2p_protocol_defs.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
stdafx.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00