Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The FwxTimeoutType enumerated type contains values that specify types of time-outs for sockets.
Syntax
typedef enum FwxTimeoutType {
fwxSendTimeout = 0x00000001,
fwxRecvTimeout = 0x00000002,
fwxAcceptTimeout = 0x00000004,
fwxAcceptExTimeout = 0x00000008,
fwxAcceptExRecvTimeout = 0x00000010,
fwxConnectExSendTimeout = 0x00000020
} FwxTimeoutType;
Constants
fwxSendTimeout
Time-out on a send operation.fwxRecvTimeout
Time-out on a receive operation.fwxAcceptTimeout
Time-out on a Windows Sockets accept operation, with time measured from the beginning of the accept operation until its end (ACK).fwxAcceptExTimeout
Time-out on a Windows Sockets AcceptEx operation, with time measured from the beginning of the operation until the first PUSH.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.fwxConnectExSendTimeout
Time-out on a Windows Sockets ConnectEx operation.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Wspfwext.idl |
See also
Build date: 7/12/2010