how to get the ToS to set the QoS?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, writing a driver for a network interface, i'm faced with setting the QoS (Quality of Service) for each IP packet depending of the type of data being transmitted. now, we can transmit anything over the network: data, voice, video.. each of them must have its own QoS. looking at data header from the data stream being passed to the driver could be a way but i'm wondering if it's really down that route, as there could be so many headers for different file formats. any idea on how to determine the type of data being passed? Thanks, Fred