Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FTcpSocketBuilder
Description
Specifies the desired size of the send buffer in bytes (0 = default).
The socket creation will not fail if the desired size cannot be set or if the actual size is less than the desired size.
| Name | WithSendBufferSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include Path | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder WithSendBufferSize
(
int32 SizeInBytes
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| SizeInBytes | The size of the buffer. |