[Info-vax] DECnet Phase IV broken after VSI update

Robert A. Brooks FIRST.LAST at vmssoftware.com
Mon Nov 1 10:23:41 EDT 2021


On 10/29/2021 1:56 PM, Dave Froble wrote:

> Recently I installed VSI VMS V8.4 2L3 on an RX2660 system.
> 
> DECnet is not working.
  
I just checked the sources for NETACP.EXE and NETDRIVER.EXE, and there was a single change between V8.4-2L1 and V8.4-2L3.

It was a change that I made that fixed a problem in searching the binary trees in the volatile database
for node entries.

That code is only used for searching the node entries themselves, since node databases can hold up to 63*1024 entries
and needed some form of optimization.

The other volatile databases (line, circuit, object, etc...) hold far fewer entries, and are not implemented as binary
trees.

I'm pretty sure the DECnet Phase IV code is not broken.

-- 

                       -- Rob



More information about the Info-vax mailing list