Re: [Live-devel] where to set the IP TOS field

2016-11-07 Thread Virginia Hamm
On Mon, Nov 7, 2016 at 6:07 PM, Ross Finlayson wrote: > > In order to get better performance over WIFI when doing RTP over TCP > interleaved, I am setting the IP TOS field to "expedited forwarding" and I > am doing that in the following function: > > > If you don't want to mess with the code, an

Re: [Live-devel] where to set the IP TOS field

2016-11-07 Thread Ross Finlayson
> In order to get better performance over WIFI when doing RTP over TCP > interleaved, I am setting the IP TOS field to "expedited forwarding" and I am > doing that in the following function: > > GenericMediaServer::incomingConnectionHandlerOnSocket > > But this changes the live555 library itsel

[Live-devel] where to set the IP TOS field

2016-11-07 Thread Timur Aydin
Hello guys, In order to get better performance over WIFI when doing RTP over TCP interleaved, I am setting the IP TOS field to "expedited forwarding" and I am doing that in the following function: GenericMediaServer::incomingConnectionHandlerOnSocket But this changes the live555 library itse