Autoflush ncat-test.pl output.

This commit is contained in:
david 2013-08-16 01:34:39 +00:00
parent bbde6ff4b2
commit 929ade0b11

View file

@ -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";