enumerazione NET_PACKET_TX_CHECKSUM_ACTION (checksumtypes.h)

L'enumerazione NET_PACKET_TX_CHECKSUM_ACTION specifica i flag di azione checksum per una struttura NET_PACKET_CHECKSUM durante la trasmissione dei pacchetti.

Sintassi

typedef enum _NET_PACKET_TX_CHECKSUM_ACTION {
  NetPacketTxChecksumActionPassthrough = 0,
  NetPacketTxChecksumActionRequired = 2
} NET_PACKET_TX_CHECKSUM_ACTION;

Costanti

 
NetPacketTxChecksumActionPassthrough
Valore: 0
Indica che il client non deve eseguire il calcolo checksum per questo livello.
NetPacketTxChecksumActionRequired
Valore: 2
Indica che il client deve eseguire il calcolo checksum per questo livello.

Requisiti

Requisito Valore
Intestazione checksumtypes.h

Vedi anche

NET_PACKET_CHECKSUM