FSocket::SetNoDelay

Sets this socket into TCP_NODELAY mode (TCP only).

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/Sockets.h

Include

#include "Sockets.h"

Syntax

bool SetNoDelay
(
    bool bIsNoDelay
)

Remarks

Sets this socket into TCP_NODELAY mode (TCP only).

Returns

true if successful, false otherwise.

Parameters

Parameter

Description

bIsNoDelay

Whether to enable no delay mode.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss