See also Request/Response for more information about this feature.
Value used to control the maximum amount of data buffered in UM for each response session (unicast connection to a requester).
Value used to set the SO_SNDBUF
value of the response
session (unicast connection to a requester). In some cases the OS will not allow all of
this value to be used. A value of 0 instructs UM to use the OS
defaults. See the section on socket buffer
sizes for platform-dependent information.
After UM deletes a TCP response, this is the timeout period after which UM closes the connection and reclaims its memory. NOTE: When using Off-Transport Recovery, this value must be longer than otr_request_maximum_interval.
Specifies the network interface over which UM initiates TCP connections for responses. You can specify the full IP address of interface, or just the network part (see Specifying Interfaces for details). Default is set to INADDR_ANY, meaning that it will not bind to a specific interface. You can also modify the default by setting the option to 0.0.0.0/0 which produces the same result.
Whether the TCP sockets used for sending responses should set TCP_NODELAY
or not. (Setting TCP_NODELAY disables Nagle's
algorithm.)
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.