HP OSI Transport Services/9000 C.12.00 Release Notes

18 Chapter 1
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
Fixes in this version
HP OTS/9000 version C.12.00 incorporates several fixes as available via patch
PHNE_17864 to be applied to OTS/9000 version C.11.00.
The following section describes the new fixes available in PHNE_17864 and the
additional fix in this version:
1. CR JAGad91302
Symptom osidiag dumps core when more than 4
lan entries are configured in the system.
Defect Description The structure used to hold information
about PPAs was limited to hold 4
entries. When more physical lan entries
or link aggregates are created through
APA software, it causes the structure to
overflow. Thus when the structure is
accessed by osidiag, it dumps core.
Resolution The structure size is increased to
accommodate as high as the maximum
PPAs which can be created on 11.X. i.e.
50 lan entries.
2. CR JAGae12971
Symptom APLI application aborts connection
when it receives data more than 64KB.
Defect Description APLI gives "incorrect interaction
length" error and aborts the connection
when it receives data more than 64
Kbytes. When End Of Transfer (EOT)
is not set by the sender, the RFC1006
layer accumulates the data. This data
size could exceed 64K bytes. But the
session layer is limited to handle only
64KB.So the session layer is stripping
data whose size is greater than 64KB.
The APLI application would receive
incorrect data length, resulting in
aborting the connection.