ApplicationPacket

Namespace inet

ApplicationPacket

class

Generic application packet

TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer

Extends

Name Type Description
FieldsChunk (unknown -- not in documented files)

Fields

Name Type Description
sequenceNumber uint32_t

Packet operations (observed)

actionmodule
insertAtBackTcpSessionApp, UdpBasicApp, UdpBasicBurst

Source code

//
// Generic application packet
//
// TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer
class ApplicationPacket extends FieldsChunk
{
    uint32_t sequenceNumber;
}
File: src/inet/applications/base/ApplicationPacket.msg