From dc780c0a1cf36460ba774184c8e9fc75e4a1d38b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:35 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 18:31 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 37) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index ae4069e..4e65df2 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/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