Summary
Represents a base type for transport protocols (TCP or UDP) headers.
HeaderTransport.checksum
HeaderTransport.port_destination
HeaderTransport.port_source
HeaderTransport.protocol_type
Structure
The 16bit checksum field is used for error-checking of the header.
16bit
uint16 or None
uint16
It contains the destination port of the message.
It contains the source port of the message.
The protocol type of the message.
TransportProtocols