Re: [reSIProcate] Some questions about transport...
- From: Alan Hawrylyshen <alan@xxxxxxxxxx>
- Date: Mon, 5 Sep 2005 19:05:43 -0600
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