[JXTA discuss] Transport Addresses

"Giorgos Georgakoudis" <[email protected]> Sat, 23 Jul 2005 14:35:16 +0300
Newsgroups gmane.comp.java.jxta.general,gmane.comp.java.jxta.user
Message-ID <000801c58f7a$b03a25b0$0100000a@ggeorgakhome>
After examining my peer advertisement I got the following transport addresses:

<TransportAddress>cbjx://uuid-59616261646162614A787461503250335DDBB497F8C14254817A9D4E39EF699903</TransportAddress>
<TransportAddress>jxtatls://uuid-59616261646162614A787461503250335DDBB497F8C14254817A9D4E39EF699903</TransportAddress>
<TransportAddress>tcp://10.0.0.1:9701</TransportAddress>

If I understand correcty the first one is the transport using the crypto-based protocol, the second one is using tls and the third is using TCP. I have a DSL connection so I am behind a router.Looking at the tcp connection I see that the address posted at the adv is my internal one (10.0.0.1). How jxta can route messages to me using TCP?

Giorgis Georgakoudis