mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Spellcheck on Nmap, Nsock, Nbase source files
This commit is contained in:
2
tcpip.cc
2
tcpip.cc
@@ -2083,7 +2083,7 @@ void broadcast_socket(int sd) {
|
||||
len) into buf . Give up after 'seconds'. Returns the number of
|
||||
bytes read (or -1 in the case of an error. It only does one recv
|
||||
(it will not keep going until len bytes are read). If timedout is
|
||||
not NULL, it will be set to zero (no timeout occured) or 1 (it
|
||||
not NULL, it will be set to zero (no timeout occurred) or 1 (it
|
||||
did). */
|
||||
int recvtime(int sd, char *buf, int len, int seconds, int *timedout) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user