Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISocketOptions::tcpNoDelay ( P6BOOL  bSet,
P6BOOL pbEnable 
)
pure virtual

Used to enable/disable Nagle for the current socket.

Parameters
bSet[ in ] Specifies that either a set or a get operation should be performed.
pbEnable[INOUT] A pointer to a P6BOOL which, for a set operation should contain a value indicating whether tcpNoDelay should be enabled or disabled (P6TRUE == enabled). For a get operation the current tcpNoDelay state will be returned.
Returns