// nbluro.h
typedef struct _NDIS_UDP_RSC_OFFLOAD {
BOOLEAN Enabled;
} NDIS_UDP_RSC_OFFLOAD;
View the official Windows Driver Kit DDI reference
No description available.
The NDIS_UDP_RSC_OFFLOAD structure contains the offload support state for UDP Receive Segment Coalescing Offload (URO).
Enabled
A BOOLEAN value that specifies whether UDP RSC offload is enabled.
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.
UDP Receive Segment Coalescing Offload (URO)
OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES