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.
The IP_NAT_TIMEOUT structure is used to amend the default timeouts for TCP and UDP session mappings.
-
typedef struct _IP_NAT_TIMEOUT { ULONG TCPTimeoutSeconds; ULONG UDPTimeoutSeconds; } IP_NAT_TIMEOUT, *PIP_NAT_TIMEOUT;
TCPTimeoutSeconds: The number of seconds that a dynamic mapping for a TCP session remains in the translation table.
UDPTimeoutSeconds: The number of seconds that a dynamic mapping for a UDP session remains in the translation table.