Re: [JXTA discuss] NEW Re: [JXTA discuss] Mobile IP

Henry Jen <[email protected]> Tue, 19 Jul 2005 23:38:45 -0700
Newsgroups gmane.comp.java.jxta.general
Message-ID <[email protected]>
马里 wrote:
> hello mohamed abdelaziz
> 
> thanx for your reply:)
> 
> but why relay peer can send messege back to the peer, which have been
> changed IP address. In my opinion, jxta app sends and receives
> packege based on IP in PlatFormConfig. There is no a mechanism to
> detect IP address dynamicly, so after changing IP address, the peer
> still send packege based on IP used before.
> 
> Does jxta code overcome this problem? btw: is there a Platformconfig
> in jxme as it in jxta-java?
> 
> thanx a lot and looking forward to your reply:) 
> 

The relay is using the connection initiated by the client, after a 
client changed its IP address, the old connection get dropped and a new 
connection was made.

Relay looks for a usable connection based on the peer ID, not IP address.

Cheers,
Henry