iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Investigate correct usage of ns3::Header #135

Open janagoe opened 9 months ago

janagoe commented 9 months ago

Currently all message payloads are passed as ns3::Header subclasses (CppsTCPMessage and SolaMessageNs3).

Is this the correct usage/way to send payload via ns-3?