EFI_TCP6_TRANSMIT_DATA Struct Reference


Data Fields

BOOLEAN Push
BOOLEAN Urgent
UINT32 DataLength
UINT32 FragmentCount
EFI_TCP6_FRAGMENT_DATA FragmentTable [1]

Detailed Description

EFI_TCP6_TRANSMIT_DATA The EFI TCPv6 Protocol user must fill this data structure before sending a packet. The packet may contain multiple buffers in non-continuous memory locations.

Field Documentation

Length of the data in the fragments.

Number of fragments.

An array of fragment descriptors.

Push If TRUE, data must be transmitted promptly, and the PUSH bit in the last TCP segment created will be set. If FALSE, data transmission may be delayed to combine with data from subsequent Transmit()s for efficiency.

The data in the fragment table are urgent and urgent point is in effect if TRUE. Otherwise those data are NOT considered urgent.


Generated on Thu Sep 24 23:14:28 2015 for MdePkg[ALL] by  doxygen 1.5.7.1