On May 21, 2012, at 8:00 PM, PROMONET Michel wrote:

> We have make a try using thread local storage that is quite simple.
> Adding "__thread" before OutPacketBuffer::maxSize declaration and definition 
> give a different variable for each threads.
>  
> Do you think this fix is acceptable ?

No, because likely not every person's C++ compiler supports "__thread".

As I noted before, the solution (to be included in some future release) will 
make the "OutPacketBuffer::maxSize" variable a per-UsageEnvironment value.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to