From 20960719beeccc0456baf7e830cd9382dba6ea61 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:03:10 +0000 Subject: Utilisateur : Fcolin Date : 24/07/03 Heure : 16:07 Archivé dans $/EScribe/Ivy Commentaire: (vss 3) --- CSharp/Ivy/IvyPPC/IvyWatcher.cs | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/CSharp/Ivy/IvyPPC/IvyWatcher.cs b/CSharp/Ivy/IvyPPC/IvyWatcher.cs index 11861db..305e749 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/IvyWatcher.cs @@ -1,20 +1,10 @@ -/// IvyWatcher, A private Class for the Ivy rendezvous -/// * -/// -/// François-Régis Colin -/// -/// http://www.tls.cena.fr/products/ivy/ + +/// François-Régis Colin +/// http://www.tls.cena.fr/products/ivy/ /// * /// (C) CENA /// * -/// right now, the rendez vous is either an UDP socket or a TCP multicast. -/// The watcher will answer to -/// each peer advertising its arrival on the bus. The intrinsics of Unix are so -/// that the broadcast is done using the same socket, which is not a good -/// thing. -/// * -/// -/// + namespace IvyBus { using System; @@ -26,7 +16,14 @@ namespace IvyBus using System.Configuration; using System.Text; - + /// IvyWatcher, A private Class for the Ivy rendezvous + /// + /// right now, the rendez vous is either an UDP socket or a TCP multicast. + /// The watcher will answer to + /// each peer advertising its arrival on the bus. The intrinsics of Unix are so + /// that the broadcast is done using the same socket, which is not a good + /// thing. + /// internal class IvyWatcher { private bool isMulticastAddress = false; @@ -39,10 +36,11 @@ namespace IvyBus /// creates an Ivy watcher /// - /// the bus + /// the bus + /// + /// the domain /// - /// the domain - /// + /// the port number /// internal IvyWatcher(Ivy bus, String domainaddr, int port) { -- cgit v1.1