struktur NET_PACKET_RSC (rsctypes.h)

Struktur NET_PACKET_RSC berisi informasi receive segment coalescence (RSC) untuk paket.

Sintaks

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

Anggota

DUMMYUNIONNAME

Serikat yang berisi anggota TCP dan UDP .

DUMMYUNIONNAME.TCP

Struktur yang menyimpan informasi TCP RSC.

DUMMYUNIONNAME.TCP.CoalescedSegmentCount

Jumlah segmen data TCP yang digabungkan.

DUMMYUNIONNAME.TCP.DuplicateAckCount

Jumlah pesan ACK duplikat.

DUMMYUNIONNAME.UDP

Struktur yang menyimpan informasi UDP RSC.

DUMMYUNIONNAME.UDP.CoalescedSegmentCount

Jumlah segmen data UDP yang digabungkan.

DUMMYUNIONNAME.UDP.CoalescedSegmentSize

Ukuran, dalam byte, dari segmen data UDP yang digabungkan.

Keterangan

Driver klien dapat memperoleh struktur ini untuk paket dengan memanggil NetExtensionGetPacketRsc.

Persyaratan

Persyaratan Nilai
Versi UMDF minimum 2.33
Header rsctypes.h

Lihat juga

Menerima offload Segment Coalescing (RSC)

Deskriptor dan ekstensi paket