On Thu, Jul 10, 2008 at 6:46 AM, Thomas Raschbacher < thomas.raschbacher at itctec.com> wrote: > Hi. > > I've been trying to use one endpoint to create 360 RTP sessions (ie 360 RTP > and 360 RTCP ports).It seems that there is a limit by the operating system > (in my case windows xp) as to how many connections can be handled. (I did > increase the define in config.h to try out how high I can really go ..) What's the error message that you get from the OS? I think that many handles should be support by Windows. Since you have so many sockets, you'd definitely need I/O completion port (IOCP) version of the ioqueue (ioqueue_winnt.c) and not the select() version (ioqueue_select.c). The ioqueue_winnt.c will be used when you select Release build from Visual Studio. If you select Debug build it will use ioqueue_select.c. Also the GNU build system currently only uses ioqueue_select.c, so this will be selected if you use Mingw. > Now I'm not really bothered about having more than one endpoint, but I'm > not sure how to do it as when I tried it before I had some sort of problems > .. I never tried that, so probably it will not work. I don't think having more than one endpoint will achieve anything either, so lets stick with one endpoint for now. Cheers Benny > Is there some better way to do this? > I've attached the source file. > > Regards > > Mit freundlichen Gr??en > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > ?sterreich * Deutschland * Italien > Dresdner Stra?e 45 /DG > 1200 Wien > thomas.raschbacher at itctec.com > Tel: +43 (1) 890 22 82 - 58 > Fax: +43 (1) 890 22 82 - 958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Gesch?ftsf?hrer: Andreas G?nser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Gro?britannien * Italien * ?sterreich * Schweiz * Slowakei > http://www.itcampus.eu > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080710/ce03469c/attachment-0001.html