1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

Remove unneeded retries around send/receive_buf(numbytes) left from when different behavior was used

This commit is contained in:
dmiller
2018-09-01 18:50:19 +00:00
parent 29d9b81749
commit cc768ddec8
2 changed files with 10 additions and 31 deletions

View File

@@ -1,4 +1,3 @@
local bin = require('bin')
local nmap = require('nmap')
local shortport = require('shortport')
local stdnse = require('stdnse')