< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Some questions about transport...



On 4-Sep-05, at 16:34 , John Draper wrote:

Notice it tries to bind to 0.0.0.0, is that right? If it isn't right, then how can I make it right? do I try and bind it to my LOCAL LAN IP, or my external
outside IP?

Specify the IP address in the addTransport() call. See the header file for details. 0.0.0.0 is the (architecture specific) representation of INADDR_ANY, which means bind to all interfaces. Any basic POSIX sockets text will cover this. Steven's books and APUE were previously recommended. These questions are not reSIProcate related... but peripherally relevant.

Alan