mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
fixing one typo in original ncat_core.c (atleast=>at least)
Originally by d33tah in r30940 in /nmap-exp/d33tag/ncat-lua.
This commit is contained in:
parent
8cc4ae518c
commit
42f3bcfdea
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ void dotelnet(int s, unsigned char *buf, size_t bufsiz)
|
|||
* There is no upper or lower limit to the delayval, so if you pass in a short
|
||||
* length of time <100ms, then you're likely going to get odd results.
|
||||
* This is because the Linux timeslice is 10ms-200ms. So don't expect
|
||||
* it to return for atleast that long.
|
||||
* it to return for at least that long.
|
||||
*
|
||||
* Block until the specified time has elapsed, then return 1.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue