mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Autoflush ncat-test.pl output.
This commit is contained in:
parent
bbde6ff4b2
commit
929ade0b11
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ use POSIX ":sys_wait_h";
|
|||
use IPC::Open3;
|
||||
use strict;
|
||||
|
||||
$| = 1;
|
||||
|
||||
my $NCAT = "../ncat";
|
||||
my $HOST = "localhost";
|
||||
my $IPV6_ADDR = "::1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue