FTcpListener

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FTcpListener

(
    const FIPv4Endpoint& LocalEndpoint,
    const FTimespan& InSleepTime,
    bool bInReusable
)

Creates and initializes a new instance from the specified IP endpoint.

Public function

FTcpListener

(
    FSocket& InSocket,
    const FTimespan& InSleepTime,
    bool bInReusable
)

Creates and initializes a new instance from the specified socket.