Data Fields | |
BOOLEAN | UrgentFlag |
UINT32 | DataLength |
UINT32 | FragmentCount |
EFI_TCP6_FRAGMENT_DATA | FragmentTable [1] |
When calling Receive() function, it is the byte counts of all Fragmentbuffer in FragmentTable allocated by user. When the token is signaled by TCPv6 driver it is the length of received data in the fragments.
Number of fragments.
An array of fragment descriptors.
Whether the data is urgent. When this flag is set, the instance is in urgent mode.