summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:58:35 +0000
committerfcolin2007-02-01 09:58:35 +0000
commitdc780c0a1cf36460ba774184c8e9fc75e4a1d38b (patch)
treee2aebfb8fc43a946010d1d37ccf3adeec14f179e /CSharp/Ivy/IvyPPC/IvyClient.cs
parentddcf1ec8b0a770ab611f8061bdf7fb0a1a180d5e (diff)
downloadivy-csharp-dc780c0a1cf36460ba774184c8e9fc75e4a1d38b.zip
ivy-csharp-dc780c0a1cf36460ba774184c8e9fc75e4a1d38b.tar.gz
ivy-csharp-dc780c0a1cf36460ba774184c8e9fc75e4a1d38b.tar.bz2
ivy-csharp-dc780c0a1cf36460ba774184c8e9fc75e4a1d38b.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 18:31 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 37)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs3
1 files changed, 2 insertions, 1 deletions
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;