Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
bool SetNoDelay
(
bool bIsNoDelay
)
Remarks
Sets this socket into TCP_NODELAY mode (TCP only). true if successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| bIsNoDelay | Whether to enable no delay mode. |