On Mon, Nov 26, 2001 at 05:04:12PM +0000, Timm Murray wrote: > <> <> > A cross-platform solution (though a kludgy one) would be to open up a > ServerSocket on > port n, then have a Socket open up a connection to localhost:n, then read the > IP with > Socket.getLocalAddress(). Will that work?
No, that will give you 127.0.0.1 -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
