NDIS_UDP_RSC_OFFLOAD structure (ndis/nbluro.h)

The NDIS_UDP_RSC_OFFLOAD structure contains the offload support state for UDP Receive Segment Coalescing Offload (URO).

Syntax

typedef struct _NDIS_UDP_RSC_OFFLOAD {
  BOOLEAN Enabled;
} NDIS_UDP_RSC_OFFLOAD;

Members

Enabled

A BOOLEAN value that specifies whether UDP RSC offload is enabled.

Remarks

A miniport driver advertises support for URO in the UdpRsc member of the NDIS_OFFLOAD structure that it passes to the NdisMSetMiniportAttributes function.

To determine if a miniport driver supports URO, NDIS drivers and other applications can query the OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES OID which returns the NDIS_OFFLOAD structure.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Header ndis/nbluro.h (include ndis.h)

See also

UDP Receive Segment Coalescing Offload (URO)

NDIS_OFFLOAD

OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES

NdisMSetMiniportAttributes