diff options
author | fcolin | 2007-02-01 10:03:42 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:03:42 +0000 |
commit | 4f862b440fd8e23b1b5855e9e14e624ab803a922 (patch) | |
tree | 174a91667fbef5a67acb7f965e0193d6f7073e3a /CSharp | |
parent | 1e0f9a50c2d0c61e9bd2cc90a2589b7166b6cc1b (diff) | |
download | ivy-csharp-4f862b440fd8e23b1b5855e9e14e624ab803a922.zip ivy-csharp-4f862b440fd8e23b1b5855e9e14e624ab803a922.tar.gz ivy-csharp-4f862b440fd8e23b1b5855e9e14e624ab803a922.tar.bz2 ivy-csharp-4f862b440fd8e23b1b5855e9e14e624ab803a922.tar.xz |
Utilisateur : Fcolin Date : 7/02/06 Heure : 16:54 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 19)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyWatcher.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyWatcher.cs b/CSharp/Ivy/IvyPPC/IvyWatcher.cs index 0a01ed6..3ab1fb3 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs @@ -101,7 +101,6 @@ namespace IvyBus stream.receiveMsg(out remoteEP, out version,out port,out appId,out appName);
IPAddress remotehost = remoteEP.Address;
- //TODO remove ALL reverse DNS search !!!!
traceDebug("BUSWATCHER Receive Broadcast from " + Dns.GetHostEntry(remotehost).HostName + ":" + remoteEP.Port);
//TODO if ( !isInDomain( remotehost ) ) continue;
@@ -117,7 +116,6 @@ namespace IvyBus continue;
if ( (port == bus.applicationPort) && (remotehost.Equals(bus.applicationHost)) )
continue;
-
traceDebug("BUSWATCHER reponse au Broadcast de " + Dns.GetHostEntry(remotehost).HostName + ":" + remoteEP.Port + " port " + port +
" version " + version +
" id " + appId +
|