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 SetSendBufferSize
(
int32 Size,
int32 & NewSize
)
Remarks
Sets the size of the send buffer to use. true if the call succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| Size | The size to change it to. |
| NewSize | Will contain the size that was set (in case OS can't set that). |