
TABLE28 ConnectivityMap - TCPIP Inbound Settings (V3) (Continued)
Name Description
ReceiveBuer Size Anumber indicating the receive buer size. This is the value of the SO_RCVBUF
optionfor the current socket, which is the buer size used by the operating system
forinput on this socket. It provides an estimate of the size of the underlying
buersused by the platform for incoming network I/O.
Whenused in set mode, this is a suggestion for the kernel from the application
regardingthe size of buers to use for the data to be received over the socket.
Whenused in get mode, this must return the actual size of the buer used by the
platformwhen receiving data on this socket.
SendBuer Size Anumber indicating the send buer size. This is the value of the SO_SNDBUF
optionfor the current socket, which is the buer size used by the operating system
foroutput on this socket. It provides an estimate of the size of the underlying
buersused by the platform for outgoing network I/O.
Whenused in set mode, this is a suggestion for the kernel from the application
regardingthe size of buers to use for the data to be sent over the socket. When
usedin get mode, this must return the actual size of the buer used by the
platformwhen sending out data on this socket.
SoLinger Anindicator of whether the adapter performs a “linger-on-close” timeout. This
optiondisables or enables an immediate return from a call to the close() method
fora TCP Socket. To enable the linger-on-close timeout, select true; otherwise,
selectfalse.
Ifyou enable this property, specify the maximum length of the timeout in the
SoLingerTimeout property.
SoLingerTimeout The server’s linger–on–close timeout in seconds. Use SoLinger Timeout when
SoLingeris set to true (see the description for SoLinger above). You can specify
aninteger between -1 and 65535. The default is -1 seconds, which indicates that
theSoLinger option is disabled.
WhenSoLinger is set to true, the SoLinger Timeout value indicates the
following:
■Anon-zero integer means that calling close() will block pending the
transmissionand acknowledgement of all data written to the peer. When all
datais written, the socket is closed gracefully. Upon reaching the linger
timeoutvalue specied here, the socket is closed forcefully with a TCP RST. If
thespecied timeout value exceeds 65,535 it will be reduced to 65,535. A
valueof –1 indicates the SoLinger property is disabled.
■Azero integer means that a forceful close is performed immediately.
TCP/IPHL7V3 Adapter Inbound Connectivity Map Properties
SunAdapterfor TCP/IP HL7 User's Guide 67