Data Fields | |
BOOLEAN | Push |
BOOLEAN | Urgent |
UINT32 | DataLength |
UINT32 | FragmentCount |
EFI_TCP6_FRAGMENT_DATA | FragmentTable [1] |
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.