Add socket option TYPE.

This commit is contained in:
Jean-Baptiste Perrier
2021-02-18 18:06:36 +01:00
parent af0fb6c6fa
commit 4408e3bb3b
2 changed files with 4 additions and 1 deletions

View File

@@ -81,7 +81,9 @@ enum class FLAXENGINE_API NetworkSocketOption
/// <summary>Enables IPv6/Ipv4 dual-stacking, UDP/TCP.</summary>
IPv6Only,
/// <summary>Retrieve the current path MTU, the socket must be connected UDP/TCP.</summary>
Mtu
Mtu,
// <summary>Socket type, DGRAM, STREAM ..</summary>
Type
};
struct FLAXENGINE_API NetworkSocketState