New major release of TomP2P 4.0.6. The changes are:
- Timeouts for DHT operations, use Peer.setFutureTimeout() to set a timeout for any future object.
- Fixes in tracker code and peer exchange
- Exposed DistributedHashHashMap.parallelRequests() (was DistributedHashHashMap.loop()). There is an example in TestDHT.testCompareAndPut() how to use it.
- Added flag to enforce UDP or TCP for RPC calls.
- Updated to latest Netty to fix issue with Android.