>> If I call listen and then try to send I get an error 10049 (Bind Address not
>> available)
> 
> Are you sure you filled in the correct IP?

As an additional note: You can probably set the IP string of the server 
socket to "0.0.0.0" which will listen on all available interfaces. So 
you don't have to find or configure the appropriate local interface address.

Allowing the user of the program to change that interface address is 
helpful, though, as someone might have two network cards built-in 
connected to two different networks and wants to attach your application 
only to one of the networks.

Regards,
Tobias

@@VON Tobias Rapp <t.rapp~~noa-audio.com> @@
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to