From 1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 9 Apr 2008 08:26:00 +0000 Subject: * fix a bug with the behavior of send system call in non blocking mode in some rare case --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index 53567de..32b7a50 100644 --- a/test.pl +++ b/test.pl @@ -19,6 +19,6 @@ print "ok 1\n"; # of the test code): Ivy->init(-loopMode => 'LOCAL', -appName => 'testivy', - -ivyBus => '127.255.255.2552508'); + -ivyBus => '127.255.255.255:2508'); 1; -- cgit v1.1