diff options
author | fcolin | 2007-02-01 09:51:53 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:51:53 +0000 |
commit | 50512e2fdec45c2fc49709bab8e00cf2ef11fd66 (patch) | |
tree | 6f5348201d48c188f139ab888072c0ed22e87639 /CSharp | |
parent | 56639239defc77c52180ef44d4c6a06ae14a04aa (diff) | |
download | ivy-csharp-50512e2fdec45c2fc49709bab8e00cf2ef11fd66.zip ivy-csharp-50512e2fdec45c2fc49709bab8e00cf2ef11fd66.tar.gz ivy-csharp-50512e2fdec45c2fc49709bab8e00cf2ef11fd66.tar.bz2 ivy-csharp-50512e2fdec45c2fc49709bab8e00cf2ef11fd66.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/Ivy/IvyWatcher.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CSharp/Ivy/Ivy/IvyWatcher.cs b/CSharp/Ivy/Ivy/IvyWatcher.cs index 0a01ed6..3ab1fb3 100644 --- a/CSharp/Ivy/Ivy/IvyWatcher.cs +++ b/CSharp/Ivy/Ivy/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 +
|