From 3a4ae5fd8e71f5d21bf897b589db3bc1963ac174 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:47:09 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 18:31 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 37) --- CSharp/Ivy/Ivy/IvyClient.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index ae4069e..4e65df2 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/IvyClient.cs @@ -104,7 +104,8 @@ namespace IvyBus appPort = 0; this.bus = bus; this.socket = socket; - + + //TODO remove ALL reverse DNS search !!!! IPHostEntry hostInfo = Dns.GetHostEntry(((IPEndPoint)socket.RemoteEndPoint).Address); remoteHost = hostInfo.HostName; remotePort = ((IPEndPoint)socket.RemoteEndPoint).Port; -- cgit v1.1