HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 1 15
value of "snet_tpdu_size" is static data
type. So when the "snet_tpdu_size"
value is reset and the stack is
re-started, the variable was not getting
the updated value.
Resolution The code has been modified to
reinitialize the variable after every
connection request.
16. CR JAGad43676
Symptom OTS session applications fail in
ses_connect_rs() on MP system with
MP-safe OTS installed.
Defect Description Session applications fail in
ses_connect_rs().The problem was,
session library was not handling the
EAGAIN error returned by getmsg()
properly.
Resolution The session library code has been
modified to handle EAGAIN error
returned by getmsg().
17. CR JAGad43746
Symptom OTS XAP applications fail in
ap_bind() on MP system with MP-safe
OTS installed.
Defect Description The XAP library used to set the error
value to AP_INTERNAL if it
encountered an EAGAIN error during
an ap_bind() call. Hence applications
used to fail, since AP_INTERNAL is
considered as an unrecoverable error.
Resolution The XAP library code has been
modified to set the error value to
AP_AGAIN, if ap_bind() returns
EAGAIN. Since AP_AGAIN is treated
as a recoverable error, applications will
retry the ap_bind() call.