diff options
author | fcolin | 2007-02-01 13:03:52 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:52 +0000 |
commit | 013d410ea25c166272b79a452155be6190c4862c (patch) | |
tree | f7f086cde182a5a4100879b03a101b67acaef588 /Ivy | |
parent | d0988d727ee447c4a268644b36c93ba572205f82 (diff) | |
download | ivy-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')
-rw-r--r-- | Ivy/IvyWatcher.cxx | 1 |
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];
|