문제

does jxse provides the mechanism for direct TCP P2P communication behind firewall/NATs i.e through STUNT or ICE? I have scanned through practical JXTA || written by @Vestry and on the related sections but couldn't find the answer.

올바른 솔루션이 없습니다

다른 팁

JXTA does not use STUN or ICE, it uses its own relay mechanism. "Endpoint" peers establish outbound connections to a "Relay" peer which binds the connections together. Obviously the IP of the relay must be public or visible to the endpoint peers. The relay connection is opened using either a JXTA TCP socket or using polling HTTP requests on a selected port of the relay. A peer can be both a relay and an endpoint.

All this is configured via the NetworkConfigurator.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top