mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Removed a comment which simply declared /* WANKER ALERT! */ for no good reason.
This commit is contained in:
@@ -166,7 +166,6 @@ void adjust_timeouts2(const struct timeval *sent,
|
|||||||
delta -= to->srtt;
|
delta -= to->srtt;
|
||||||
/* sanity check 2*/
|
/* sanity check 2*/
|
||||||
if (delta > 1500000 && delta > 3 * to->srtt + 2 * to->rttvar) {
|
if (delta > 1500000 && delta > 3 * to->srtt + 2 * to->rttvar) {
|
||||||
/* WANKER ALERT! */
|
|
||||||
if (o.debugging) {
|
if (o.debugging) {
|
||||||
log_write(LOG_STDOUT, "Bogus delta: %ld (srtt %d) ... ignoring\n", delta, to->srtt);
|
log_write(LOG_STDOUT, "Bogus delta: %ld (srtt %d) ... ignoring\n", delta, to->srtt);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user