From 5e310bef48ed719d15d88aafb9b92e674cb42b96 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 18 Oct 2010 15:42:04 +0000 Subject: utilisation de socket IPV6 si le domain contient un multicast IPV6 genre FF02::1 --- IvyDaemon/IvyDaemon.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'IvyDaemon/IvyDaemon.cs') diff --git a/IvyDaemon/IvyDaemon.cs b/IvyDaemon/IvyDaemon.cs index 3924df2..9ec2cea 100644 --- a/IvyDaemon/IvyDaemon.cs +++ b/IvyDaemon/IvyDaemon.cs @@ -11,7 +11,7 @@ namespace IvyDaemon using System.Net; using System.Net.Sockets; using System.Configuration; - using System.Diagnostics; + using System.Diagnostics; using IvyBus; /// IvyDaemon: simple TCP to Ivy relay. /// @@ -25,7 +25,7 @@ namespace IvyDaemon private TcpListener serviceSocket; - private static bool debug = Properties.Settings.Default.IvyDebug; + private static bool debug = Properties.Settings.Default.IvyDebug; private volatile Thread clientThread; // volatile to ensure the quick communication private Ivy bus; @@ -161,7 +161,7 @@ namespace IvyDaemon } [Conditional("DEBUG")] - private static void traceDebug(string s) + private static void traceDebug(string s) { Trace.WriteLineIf(debug, "-->IvyDaemon<-- " + s); } -- cgit v1.1