From 1f7a8addff7d53729f7250c17ee125627efd59ba Mon Sep 17 00:00:00 2001 From: jacomi Date: Wed, 7 Oct 1998 10:24:52 +0000 Subject: nouvelle adresse reseau ajoutee --- src/ivy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 08cfef1..38f05e2 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -528,6 +528,7 @@ void BusStart() SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 1 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort); SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 2 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort); + SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 53 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort); fprintf(stderr,"Server Ready TCP:%hu\n",ApplicationPort); } -- cgit v1.1