python-libnmap icon indicating copy to clipboard operation
python-libnmap copied to clipboard

Add timeout

Open jetz opened this issue 9 years ago • 2 comments

Hi @savon-noir, maybe we can add timeout for NmapProcess, so that if timeout happens, kill it.

jetz avatar Jun 10 '15 11:06 jetz

possibly. You can already do it with NmapProcess.kill() within a callback.

savon-noir avatar Jun 21 '15 09:06 savon-noir

@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.

jetz avatar Jun 23 '15 07:06 jetz