9namespace Arp {
namespace System {
namespace Commons {
namespace Net
SocketOptionName
Specifies socket options to be set by the application. Copied from Eclr Socket Adaption
Definition: SocketOptionName.hpp:17
@ SocketOptionSendTimeout
Sets the sending timeout until reporting an error. The Argument is a struct timeval
@ SocketOptionKeepAlive
Send keep-alive signals, values:
@ SocketOptionReuseAddress
Allows the socket to be bound to an address that is already in use, values:
@ SocketOptionBroadcast
Permit sending broadcast messages on the socket, values:
@ SocketOptionReceiveTimeout
Sets the receiving timeout until reporting an error. The Argument is a struct timeval
@ SocketOptionNoDelay
Enables or disables the Nagle algorithm for send coalescing, values:
Root namespace for the PLCnext API