summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:52 +0000
committerfcolin2007-02-01 13:03:52 +0000
commitb2bf252514e0f10390f0845ad0d80bb165f165f0 (patch)
tree207c977a4e74796c4b5881bb8d4e8d445f1a2f2b /Bus
parent901b0ed8f02209727f983fe79e9f9eed4db87327 (diff)
downloadivy-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')
-rw-r--r--Bus/Ivy/IvyWatcher.cxx1
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];