[reSIProcate] Some questions about transport...

Alan Hawrylyshen alan at jasomi.com
Mon Sep 5 20:05:43 CDT 2005


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




More information about the resiprocate-devel mailing list