diff options
author | Denis Vlasenko | 2007-07-17 21:42:59 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-07-17 21:42:59 +0000 |
commit | 49a128a1565520069737ae9602155d8627d7c84c (patch) | |
tree | b1d76d8d1976dbd0cf6e2ef9c61976aadd464ed1 /networking/pscan.c | |
parent | 150d2fa114d626761a67e529959433226793e733 (diff) | |
download | busybox-49a128a1565520069737ae9602155d8627d7c84c.zip busybox-49a128a1565520069737ae9602155d8627d7c84c.tar.gz |
remove accumulated stray trailing whitespace
Diffstat (limited to 'networking/pscan.c')
-rw-r--r-- | networking/pscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/pscan.c b/networking/pscan.c index fe146b8..9eda168 100644 --- a/networking/pscan.c +++ b/networking/pscan.c @@ -36,7 +36,7 @@ int pscan_main(int argc, char **argv) const char *opt_max_port = "1024"; /* -P: default max port */ const char *opt_min_port = "1"; /* -p: default min port */ const char *opt_timeout = "5000"; /* -t: default timeout in msec */ - /* We estimate rtt and wait rtt*4 before concluding that port is + /* We estimate rtt and wait rtt*4 before concluding that port is * totally blocked. min rtt of 5 ms may be too low if you are * scanning an Internet host behind saturated/traffic shaped link. * Rule of thumb: with min_rtt of N msec, scanning 1000 ports |