From 4f862b440fd8e23b1b5855e9e14e624ab803a922 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:03:42 +0000 Subject: Utilisateur : Fcolin Date : 7/02/06 Heure : 16:54 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 19) --- CSharp/Ivy/IvyPPC/IvyWatcher.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyWatcher.cs') 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 + -- cgit v1.1