Docs tweak.

This commit is contained in:
Jean-Baptiste Perrier
2021-02-15 20:53:53 +01:00
parent bc6281ee63
commit a2e1346029

View File

@@ -74,7 +74,7 @@ enum class FLAXENGINE_API NetworkSocketOption
Error, Error,
/// <summary>Enables the Nagle algorithm for TCP sockets.</summary> /// <summary>Enables the Nagle algorithm for TCP sockets.</summary>
NoDelay, NoDelay,
/// <summary>Enables IPv6 communication only for TCP socket.</summary> /// <summary>Enables IPv6/Ipv4 dual-stacking, UDP/TCP.</summary>
IPv6Only, IPv6Only,
/// <summary>Retrieve the current path MTU, the socket must be connected UDP/TCP.</summary> /// <summary>Retrieve the current path MTU, the socket must be connected UDP/TCP.</summary>
Mtu Mtu