次の方法で共有


IPSEC_SA_IDLE_TIMEOUT0 (Compact 2013)

3/26/2014

This structure specifies the security association (SA) idle timeout in IPSec policy.

Syntax

typedef struct IPSEC_SA_IDLE_TIMEOUT0_ {
  UINT32 idleTimeoutSeconds;
  UINT32 idleTimeoutSecondsFailOver;
} IPSEC_SA_IDLE_TIMEOUT0;

Members

  • idleTimeoutSeconds
    Specifies the amount of time in seconds after which IPSec SAs should become idle
  • idleTimeoutSecondsFailOver
    Specifies the amount of time in seconds after which IPSec SAs should become idle if the peer machine supports fail over

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform