From 7a0e52acd65e7097977c924f26b387ec3da9baac Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 16 Feb 2019 05:09:22 +0530 Subject: Revert RTT fixes (#8187) The reverted commit 968ce9af598024ec71e9ffb2d15c3997a13ad754 is suspected (through the use of bisection) of causing network slowdowns. Revert for now as we are close to release. --- src/network/peerhandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/network/peerhandler.h') diff --git a/src/network/peerhandler.h b/src/network/peerhandler.h index 60b7243bc..208ab801e 100644 --- a/src/network/peerhandler.h +++ b/src/network/peerhandler.h @@ -30,8 +30,7 @@ typedef enum { AVG_RTT, MIN_JITTER, MAX_JITTER, - AVG_JITTER, - TIMEOUT_COUNTER + AVG_JITTER } rtt_stat_type; class Peer; -- cgit v1.2.3