summaryrefslogtreecommitdiff
path: root/Ivy/IvyWatcher.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:52 +0000
committerfcolin2007-02-01 13:03:52 +0000
commit013d410ea25c166272b79a452155be6190c4862c (patch)
treef7f086cde182a5a4100879b03a101b67acaef588 /Ivy/IvyWatcher.cxx
parentd0988d727ee447c4a268644b36c93ba572205f82 (diff)
downloadivy-cplusplus-013d410ea25c166272b79a452155be6190c4862c.zip
ivy-cplusplus-013d410ea25c166272b79a452155be6190c4862c.tar.gz
ivy-cplusplus-013d410ea25c166272b79a452155be6190c4862c.tar.bz2
ivy-cplusplus-013d410ea25c166272b79a452155be6190c4862c.tar.xz
Utilisateur : Fcolin Date : 17/09/01 Heure : 15:46 Archivé dans $/Ivy Commentaire: manque start listener pour UDP socket (vss 8)
Diffstat (limited to 'Ivy/IvyWatcher.cxx')
-rw-r--r--Ivy/IvyWatcher.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx
index 4101d11..d20bfa3 100644
--- a/Ivy/IvyWatcher.cxx
+++ b/Ivy/IvyWatcher.cxx
@@ -93,6 +93,7 @@ void IvyWatcher::start(const char *domainlist)
Socket(SOCK_DGRAM);
SetSockOpt( SO_REUSEADDR, &reuse, sizeof(BOOL) );
Bind(port);
+ StartListener();
string addr;
char hello[1024];