Changeset 179
- Timestamp:
- 03/01/06 11:17:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedtree/trunk/src/net/feedtree/core/client/Client.java
r178 r179 253 253 status.notifyStatus(ClientStatus.STATUS_STARTING, 254 254 "Starting FeedTree client"); 255 256 // Pastry "feature" we must turn off: don't +1 the port number every 257 // time we construct a node. (This feature causes our 258 // multiple-join-retries code to fail utterly.) 259 g_pastryEnv.getParameters().setBoolean( 260 "pastry_socket_increment_port_after_construction", 261 false); 262 255 263 256 264 SocketPastryNodeFactory factory = null;
