estructura IPSEC_TRAFFIC_STATISTICS1 (ipsectypes.h)
La estructura de IPSEC_TRAFFIC_STATISTICS1 almacena las estadísticas de tráfico de IPsec. IPSEC_TRAFFIC_STATISTICS0 está disponible.
Sintaxis
typedef struct IPSEC_TRAFFIC_STATISTICS1_ {
UINT64 encryptedByteCount;
UINT64 authenticatedAHByteCount;
UINT64 authenticatedESPByteCount;
UINT64 transportByteCount;
UINT64 tunnelByteCount;
UINT64 offloadByteCount;
UINT64 totalSuccessfulPackets;
} IPSEC_TRAFFIC_STATISTICS1;
Miembros
encryptedByteCount
Especifica el recuento de bytes cifrados.
authenticatedAHByteCount
Especifica el recuento de bytes de AH autenticado.
authenticatedESPByteCount
Especifica el recuento de bytes esp autenticados.
transportByteCount
Especifica el recuento de bytes de transporte.
tunnelByteCount
Especifica el número de bytes de túnel.
offloadByteCount
Especifica el número de bytes de descarga.
totalSuccessfulPackets
Número total de paquetes que se transmitieron correctamente.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | ipsectypes.h |