Boost logo

Boost Users :

Subject: Re: [Boost-users] Is it possible to set DSCP (DiffServ code point) on a network connection?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-11-24 14:11:53


> I have been reading the documentation and searched this discussion forum but
> I can not find any information on how to set a DiffServ code point on the
> network connection. I need to set this to enable QoS on the UDP data I send but I can not find out how to do it.

First of all, it's worth mentioning in the message title what library
you're talking about. I guess you mean Boost.Asio here.
AFAIK, asio doesn't provide such an option, but if your platform api
does - you can get socket's native_handle() and pass it to the
relevant api.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net