Condividi tramite


NDIS_UDP_RSC_OFFLOAD struttura (ndis/ncuboro.h)

La struttura NDIS_UDP_RSC_OFFLOAD contiene lo stato di supporto offload per UDP Receive Segment Coalescing Offload (URO).

Sintassi

typedef struct _NDIS_UDP_RSC_OFFLOAD {
  BOOLEAN Enabled;
} NDIS_UDP_RSC_OFFLOAD;

Members

Enabled

Valore BOOLEAN che specifica se l'offload RSC UDP è abilitato.

Commenti

Un driver miniport annuncia il supporto per URO nel membro UdpRsc della struttura NDIS_OFFLOAD che passa alla funzione NdisMSetMiniportAttributes .

Per determinare se un driver miniport supporta URO, driver NDIS e altre applicazioni possono eseguire query sull'OID OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES che restituisce la struttura NDIS_OFFLOAD.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 24H2
Intestazione ndis/n tharo.h (include ndis.h)

Vedi anche

Udp Receive Segment Coalescing Offload (URO)

NDIS_OFFLOAD

OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES

NdisMSetMiniportAttributes