HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 110
is that call to gethostbyname() fails.
This call fails because otsresmond is
linked with libpthread library and
while linking, libpthread is linked after
libc. As per CR JAGad69986,
libpthread must be linked before libc.
Resolution Makefile has been changed such that
libpthread is linked before libc,
-lpthread -lc.
6. CR JAGae13367
Symptom Expedited Data transfer on RFC1006
subnet is not supported. Customer
requires this support to be provided for
applications using the XTI interface.
Defect Description This is an enhancement for support of
transferring expedited data on
RFC1006 subnet using the XTI API
interface.
The following are the new features:
a) Support for sending and receiving
expedited data on RFC1006 subnet,
using XTI interface.
b) Support for sending User Data as a
part of Connect Request PDU, using
XTI interface.
c) Support for 64K size Data Transfer
PDUs.
Resolution All the above listed feature
requirements have been implemented.
And a new file ots_rfcexpdata.txt is
provided to show how to use this
feature and enable/disable expedited
data transfer over RFC1006 subnet.
7. CR JAGae12971
Symptom APLI application aborts connection
when it receives data more than 64KB.