From d16e94534fadd1d1fd0d845b11ea89775e523adb Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 26 Sep 2008 06:41:05 +0000 Subject: [PATCH] Removed a comment which simply declared /* WANKER ALERT! */ for no good reason. --- timing.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/timing.cc b/timing.cc index 21ca218e9..f4fba6393 100644 --- a/timing.cc +++ b/timing.cc @@ -166,7 +166,6 @@ void adjust_timeouts2(const struct timeval *sent, delta -= to->srtt; /* sanity check 2*/ if (delta > 1500000 && delta > 3 * to->srtt + 2 * to->rttvar) { - /* WANKER ALERT! */ if (o.debugging) { log_write(LOG_STDOUT, "Bogus delta: %ld (srtt %d) ... ignoring\n", delta, to->srtt); }