summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
authorbustico2008-04-09 08:26:00 +0000
committerbustico2008-04-09 08:26:00 +0000
commit1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d (patch)
tree91609d39d60039b37cc4b20de35ebd1fcc3502d9 /test.pl
parent01bcaaebe301ad63965229f8a0264c8bf701f0cd (diff)
downloadivy-perl-1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d.zip
ivy-perl-1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d.tar.gz
ivy-perl-1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d.tar.bz2
ivy-perl-1d26727404cf9b8c10a30a5c1f90b3b7f04c8d5d.tar.xz
* fix a bug with the behavior of send system call in non blocking mode
in some rare case
Diffstat (limited to 'test.pl')
-rw-r--r--test.pl2
1 files changed, 1 insertions, 1 deletions
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;