Setting the packet priority!
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I would like to set a packet priority so it can be it gets 1st priority over the packet of other application. I've come accross function setsockopt() of winsock 2.0 but it doesnt seem appropriate. Also in win2k it has a new concept called QoS and in this there is Differentiated Service set of API, would this be appropriate for what i want, how about if one end-point use windows 2000 and the other end use windows 98? Regard,