Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 1.99 KB

ns-gsotypes-net_packet_gso.md

File metadata and controls

86 lines (62 loc) · 1.99 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:gsotypes._NET_PACKET_GSO
netvista
NET_PACKET_GSO
05/13/2021
Windows
The NET_PACKET_GSO structure contains Generic Segmentation Offload (GSO) information for a packet.
structure
gsotypes.h
netadaptercx.h
Windows 11
Windows Server 2022
NET_PACKET_GSO
apiref
HeaderDef
gsotypes.h
_NET_PACKET_GSO
NET_PACKET_GSO
_NET_PACKET_GSO
gsotypes/_NET_PACKET_GSO
NET_PACKET_GSO
gsotypes/NET_PACKET_GSO
c++

-description

The NET_PACKET_GSO structure contains Generic Segmentation Offload (GSO) information for a packet.

-struct-fields

-field DUMMYUNIONNAME

A union that contains the TCP and UDP member.

-field DUMMYUNIONNAME.TCP

A structure that holds the TCP GSO information.

-field DUMMYUNIONNAME.TCP.Mss

The maximum segment size (MSS) for TCP segments.

-field DUMMYUNIONNAME.TCP.Reserved0

Reserved for system use. Clients must not read or write this member.

-field DUMMYUNIONNAME.UDP

A structure that holds the UDP GSO information.

-field DUMMYUNIONNAME.UDP.Mss

The MSS for UDP segments.

-field DUMMYUNIONNAME.UDP.Reserved0

Reserved for system use. Clients must not read or write this member.

-remarks

Client drivers can obtain this structure for a packet by calling NetExtensionGetPacketGso.

-see-also

Generic Segmentation Offload (GSO)

Packet descriptors and extensions

NetExtensionGetPacketGso