I'm a beginner at this, so I have a question.
Considering a video application called DASH IF (dash.js) that runs (emulated) on a mesh network with SDN (Software Defined Network).
I want the ToS (Type of Service) field to be marked in the package so that the switch openflow on the network knows that it is a special package and should be sent to the controller.
How can I make this markup? Or would it be the implementation of this? Is it the switch that does or should it be implemented in the application?
Thank you all right away!