mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Removed a comment which simply declared /* WANKER ALERT! */ for no good reason.
This commit is contained in:
parent
ecd2b372c1
commit
d16e94534f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue