gomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gomd-devel] FIX: fixed remote connection failure


From: Gian Paolo Ghilardi
Subject: [gomd-devel] FIX: fixed remote connection failure
Date: Mon, 21 Apr 2003 19:58:26 +0200

I've just fized the problem with remote connection failure.

tcpstream binded the port to address 127.0.0.1 and (maybe a commoncpp bug)
it can listen only on the same machine.
I've read InetAddress is bound to its interface, so 127.0.0.1 is "loopback"
interface.

If you replace 127.0.0.1 with the correct IP, all works.

Now I need a quick system to get the local IP: commoncpp libs have no method
to get the real IP.

ASAP, I'll commit the files to CVS.

Byez.

<rejected>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]