FwxTimeoutType Enumeration

The FwxTimeoutType enumerated type contains values that specify types of time-outs for sockets.

Syntax

typedef enum FwxTimeoutType {
  fwxSendTimeout
fwxSendTimeout

Time-out on a send operation.

			= 0x00000001,
  fwxRecvTimeout
fwxRecvTimeout

Time-out on a receive operation.

			= 0x00000002,
  fwxAcceptTimeout
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
fwxAcceptExTimeout

Time-out on a Windows Sockets AcceptEx operation, with time measured from the beginning of the operation until the first PUSH.

		= 0x00000008,
  fwxAcceptExRecvTimeout
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
fwxConnectExSendTimeout

Time-out on a Windows Sockets ConnectEx operation.

   = 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

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

See Also

Filter Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.