Re: [Live-devel] How to redefine "FD_SETSIZE"

2014-04-14 Thread Sergey Kuprienko
Anyway, it does not affect kernel, if you're using linux. 15.04.2014 4:22 пользователь "Warren Young" написал: > On 4/14/2014 08:24, Amir Marzouk wrote: > >> >> I'm looking for how to increase the number of concurrent clients. I >> found in this link that i need to redefine "FD_SETSIZE". but I ha

Re: [Live-devel] How to redefine "FD_SETSIZE"

2014-04-14 Thread Warren Young
On 4/14/2014 08:24, Amir Marzouk wrote: I'm looking for how to increase the number of concurrent clients. I found in this link that i need to redefine "FD_SETSIZE". but I have not found how and where? This is pretty basic stuff, a thing you should know as a programmer regardless of your use o

[Live-devel] How to redefine "FD_SETSIZE"

2014-04-14 Thread Amir Marzouk
hello, I'm looking for how to increase the number of concurrent clients. I found in this link that i need to redefine "FD_SETSIZE". but I have not found how and where? http://www.live555.com/liveMedia/faq.html#scalability thank you for help cordially, _