RE: [Linux-decnet-user] Closing DECNET connections
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Lhota R. <rl...@co...> - 2002-04-17 14:28:43
|
Thank you very much for the timeout option. I think it solves my
problem. I had to comment out the section:
if (options & DNF_TIMEOUT)
{
int status;
fd_set in_fd;
FD_ZERO(&in_fd);=20
...
because it caused the program exit with "Timeout" every time when used
with options -t -w together (f.e. dnping -t -w 10 11.42). Instead of
that I extended the alarm to the all program by commenting out alarm(0)
function. I am not c-coder at all but this works for me now.
Do I understand it right, that
mc ncp sho kno links
and
NCP DISCONECT LINK=20
are VAX machine commands and cannot be used on Linux implementation of
DECNET? Is there than any possibility how to clear the "zombie
connections" from Linux? I tried to restart decnet vie startup scripts
(/etc/init.d/decnet on RedHat) but it didn't clear the connections and
even than I could not dnping the hosts that were in the connections any
more (after decnet restart).
Robert Lhota
-----Original Message-----
From: Patrick Caulfield [mailto:pa...@ty...]
Sent: Wednesday, April 17, 2002 9:46 AM
To: Lin...@li...
Subject: Re: [Linux-decnet-user] Closing DECNET connections
I've added a timeout option to dnping which may help ease your problems.
Get it from CVS or=20
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-decnet/dnprogs/apps
/dnping.c?rev=3D1.4&content-type=3Dtext
patrick
_______________________________________________
Linux-decnet-user mailing list
Lin...@li...
https://lists.sourceforge.net/lists/listinfo/linux-decnet-user
|