Navigation
API > API/Runtime > API/Runtime/Sockets
Indicates the socket protocol of socket being used, typically for BSD Sockets
| Name | ESocketProtocolFamily |
| Type | enum |
| Header File | /Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
| Include Path | #include "SocketTypes.h" |
Syntax
enum ESocketProtocolFamily
{
None,
IPv4,
IPv6,
}
Values
| Name | Remarks |
|---|---|
| None | No protocol family specification. Typically defined as AF_UNSPEC |
| IPv4 | IPv4 and IPv6 respectively. |
| IPv6 |