Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FMultichannelTcpSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h |
| Include | #include "MultichannelTcpSocket.h" |
FMultichannelTcpSocket
(
FSocket * InSocket,
uint64 InBandwidthLatencyProduct
)
Remarks
Creates and initializes a new instance.
Parameters
| Name | Description |
|---|---|
| InSocket | The underlying socket to use. |
| InBandwidthLatencyProduct | The maximum amount of unacknowledged data to send. |