Send Options.
(ms)
'tcp','udp'
attempt to reuse a shared socket if available, UDP only
(ms) how long to wait for another send before closing a shared socket. 0 = never automatically close socket
local interface address to bind the outgoing TCP socket to (e.g. to pin a NIC on a multi-homed host). TCP only.
local port to bind the outgoing TCP socket to. TCP only.
Optional
Send Options.
Type Param: timeout
(ms)
Type Param: transport
'tcp','udp'
Type Param: useSharedSocket
attempt to reuse a shared socket if available, UDP only
Type Param: sharedSocketTimeout
(ms) how long to wait for another send before closing a shared socket. 0 = never automatically close socket
Type Param: localAddress
local interface address to bind the outgoing TCP socket to (e.g. to pin a NIC on a multi-homed host). TCP only.
Type Param: localPort
local port to bind the outgoing TCP socket to. TCP only.