diff options
author | fcolin | 2007-02-01 13:03:52 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:52 +0000 |
commit | b2bf252514e0f10390f0845ad0d80bb165f165f0 (patch) | |
tree | 207c977a4e74796c4b5881bb8d4e8d445f1a2f2b /Bus/Ivy | |
parent | 901b0ed8f02209727f983fe79e9f9eed4db87327 (diff) | |
download | ivy-cplusplus-b2bf252514e0f10390f0845ad0d80bb165f165f0.zip ivy-cplusplus-b2bf252514e0f10390f0845ad0d80bb165f165f0.tar.gz ivy-cplusplus-b2bf252514e0f10390f0845ad0d80bb165f165f0.tar.bz2 ivy-cplusplus-b2bf252514e0f10390f0845ad0d80bb165f165f0.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 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyWatcher.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index 4101d11..d20bfa3 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/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];
|