This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: NetworkInterface doesn't see new InetAddress after they've been updated


>>>>> "Scott" == Scott Gilbertson <scottg@mantatest.com> writes:

Scott> I tried java.net.NetworkInterface.getByName() and
Scott> getInetAddresses(), only to discover that the interfaces and
Scott> addresses are cached (at least in the posix case), and
Scott> therefore don't reflect the changes the user has made (possibly
Scott> by enabling DHCP).

Scott> Looking at the J2SDK 1.4.0 Javadoc, I don't see any indication
Scott> of whether the caching is as-specified for this API.  In my
Scott> case, I'd be happier if it got a fresh set of IP addresses each
Scott> time it was called.

This seems reasonable to me.

Maybe Michael Koch could comment though.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]