Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NetOffloadIsRscTcpTimestampOptionEnabled function determines whether a net adapter has RSC offload enabled for timestamp packets.
BOOLEAN NetOffloadIsRscTcpTimestampOptionEnabled(
[_In_] NETOFFLOAD Offload
);
[_In_] Offload
A NETOFFLOAD object that represents the net adapter's RSC capabilities.
Returns TRUE if RSC offload is enabled for timestamp packets, or FALSE if it is not.
Client drivers typically call this function during their EvtNetAdapterOffloadSetRsc callback to test whether an updated set of active RSC capabilities includes RSC offload for timestamp packets.
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Minimum UMDF version | 2.33 |
Header | netadapteroffload.h (include netadaptercx.h) |
Library | netadaptercxstub.lib |
IRQL | PASSIVE_LEVEL |