Hi, What of you have three ips, on the same card? The bind '0.0.0.0' will listen on the 3 ips, and get 3 messages in place of only one... (is my problem). This code:
sock.bind('0.0.0.0','port'); Is the devil. Because as i pontied before, it listen on the 3 ips... And, if you try yo point to ONLY ONE ip, like this: sock.bind('192.168.1.45','port'); You get a eror 0 when try to do... How to bind to only a IP on UDP connections? TIA 2009/8/29 Wily Dev <wily...@optonline.net> > Maybe these will help get you started: > > How To Write A UDP Server? > Try next code on thread, or in any other case: > http://www.ararat.cz/synapse/doku.php/public:howto:udpserver > > The same code is available on page 55 in the Synapse Cookbook: > http://www.dubaron.com/synapsecookbook/synapsecookbook-0.1.pdf > > Unfortunately, I won't be able to help any further; I'm in need of quite > some help myself! (on unrelated issues) > > Good Luck. > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > synalist-public mailing list > synalist-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/synalist-public > -- German Pablo Gentile CTO - Dpto. de Desarrollo y Tecnología. PetroBox Internacional Fabricantes de la línea de productos PetroBox y PetroTruck http://www.petrobox.net german.gent...@petrobox.net (Oficinas Colombia) (57) 5-4222465 (57) 3017258189 (Bolivia) (591) 75361612 (HQ Argentina) (5411) 4524-0297 (54911) 3838-4749 (54911) 5701-0304 MSN gentileger...@hotmail.com Google Talk germanpablogent...@gmail.com skype(VoIP) germanpablogentile
------------------------------------------------------------------------------
_______________________________________________ synalist-public mailing list synalist-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synalist-public