次の方法で共有


2.2.1.2.196 IP_NAT_TIMEOUT

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.