The FwxTimeoutType enumerated type contains values that specify types of time-outs for sockets.
typedef enum FwxTimeoutType { fwxSendTimeout
Time-out on a send operation.
= 0x00000001, fwxRecvTimeout
Time-out on a receive operation.
= 0x00000002, fwxAcceptTimeout
Time-out on a Windows Sockets accept operation, with time measured from the beginning of the accept operation until its end (ACK).
= 0x00000004, fwxAcceptExTimeout
Time-out on a Windows Sockets AcceptEx operation, with time measured from the beginning of the operation until the first PUSH.
= 0x00000008, fwxAcceptExRecvTimeout
Time-out on a Windows Sockets AcceptEx operation, with time measured from the final ACK of the operation (the final ACK in the three-way handshake of the TCP) until the first PUSH.
= 0x00000010, fwxConnectExSendTimeout
Time-out on a Windows Sockets ConnectEx operation.
= 0x00000020 } FwxTimeoutType;
Time-out on a send operation.
Time-out on a receive operation.
Time-out on a Windows Sockets accept operation, with time measured from the beginning of the accept operation until its end (ACK).
Time-out on a Windows Sockets AcceptEx operation, with time measured from the beginning of the operation until the first PUSH.
Time-out on a Windows Sockets AcceptEx operation, with time measured from the final ACK of the operation (the final ACK in the three-way handshake of the TCP) until the first PUSH.
Time-out on a Windows Sockets ConnectEx operation.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.