NET_PACKET_RSC struttura (rsctypes.h)

La struttura NET_PACKET_RSC contiene informazioni di coalescence del segmento (RSC) per un pacchetto.

Sintassi

typedef struct _NET_PACKET_RSC {
  union {
    struct {
      UINT16 CoalescedSegmentCount;
      UINT16 DuplicateAckCount;
    } TCP;
  } DUMMYUNIONNAME;
} NET_PACKET_RSC;

Members

DUMMYUNIONNAME

Unione che contiene il membro TCP .

DUMMYUNIONNAME.TCP

Struttura che contiene le informazioni TCP RSC.

DUMMYUNIONNAME.TCP.CoalescedSegmentCount

Numero di segmenti di dati uniti.

DUMMYUNIONNAME.TCP.DuplicateAckCount

Numero di messaggi ACK duplicati.

Commenti

I driver client possono ottenere questa struttura per un pacchetto chiamando NetExtensionGetPacketRsc.

Requisiti

Requisito Valore
Intestazione rsctypes.h

Vedi anche

Descrittori e estensioni dei pacchetti