From 14e593deeeaf9460455795e9524f6eb47d8c2a23 Mon Sep 17 00:00:00 2001
From: fcolin
Date: Thu, 1 Feb 2007 09:51:21 +0000
Subject: Utilisateur : Fcolin Date : 24/07/03 Heure : 16:07 Archivé
dans $/EScribe/Ivy Commentaire: (vss 3)
---
CSharp/Ivy/Ivy/IvyWatcher.cs | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)
(limited to 'CSharp')
diff --git a/CSharp/Ivy/Ivy/IvyWatcher.cs b/CSharp/Ivy/Ivy/IvyWatcher.cs
index 11861db..305e749 100644
--- a/CSharp/Ivy/Ivy/IvyWatcher.cs
+++ b/CSharp/Ivy/Ivy/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