On Aug 14, 2020, at 5:22 PM, Johnny Billquist
<bqt at softjar.se> wrote:
On 2020-08-14 21:06, Paul Koning wrote:
Gentlepeople,
I just found a small but nasty bug in the DECnet/E NML (network management listener).
When it is asked for information that comes back in a stream of messages, it may hit a
transmit queue full condition. That's more likely if the requesting node does ACK
delaying, as PyDECnet does, but it can also happen if the network latency is significant.
For that status, the transmit is supposed to be retries, but due to a one line error in
the code it was not. The attached patch file fixes that. Feed it to ONLPAT, with
"file to patch" the NML image, which normally would be DECNET$:NCP.TSK.
Tested on V10.1; the patch may well work on older versions too.
If you have NML enabled on your HECnet system, the network mapper will probably connect
and ask for a bunch of things. Those requests are likely to exercise this bug, so for
such systems I urge you to install the patch.
Awesome, Paul.
I love that RSTS/E is getting some love.
I seem to remember you've posted a fix or two before. You really should start
collecting them and making them available in some organized form somewhere. So that people
can start knowing that if they want something RSTS/E related, that's the place to go
and check.
Johnny
Yes, I've created a number of them over the years. Good suggestion, I'll try to
make the collection and find a home for it.