python-libnmap
python-libnmap copied to clipboard
Add timeout
Hi @savon-noir, maybe we can add timeout for NmapProcess, so that if timeout happens, kill it.
possibly. You can already do it with NmapProcess.kill() within a callback.
@savon-noir Of course I can control timeout by myself using Timer
. I means providing an extra argument (like timeout) to do this internally may be a good feature.