Changeset 120:30c0a0000ab9 in mediastreamer2
Legend:
- Unmodified
- Added
- Removed
-
p2pproxy/dependencies-src/jxse-src-2.5/impl/src/net/jxta/impl/rendezvous/edge/EdgePeerRdvService.java
r0 r120 130 130 * Number of rendezvous we will try to connect to. 131 131 */ 132 private final int MAX_RDV_CONNECTIONS = 1;132 private final int MAX_RDV_CONNECTIONS = 2; 133 133 134 134 /** -
p2pproxy/src/org/linphone/p2pproxy/core/JxtaNetworkManager.java
r110 r120 50 50 import net.jxta.id.ID; 51 51 import net.jxta.id.IDFactory; 52 import net.jxta.peer.PeerID; 52 53 import net.jxta.peergroup.NetPeerGroupFactory; 53 54 import net.jxta.peergroup.PeerGroup; … … 380 381 return aList; 381 382 } 382 383 // private List<PeerID> getRdvPeers() { 384 // 385 // 386 // } 383 387 }
Note: See TracChangeset
for help on using the changeset viewer.
