xingkaiyueying
Results
2
comments of
xingkaiyueying
I have already used PacketTagger in the app to tag the packets with userPriority labels, either 0 or 1.
Here is my ned file ```package TAS_python; import inet.networks.base.TsnNetworkBase; import inet.node.contract.IEthernetNetworkNode; import inet.node.ethernet.EthernetLink; network python_network extends TsnNetworkBase { parameters: *.eth[*].bitrate = default(1000Mbps); submodules: es1: like IEthernetNetworkNode {} es2: like IEthernetNetworkNode...