Download from TomP2P-4.0.6-dist.zip and TomP2P-4.0.6-dist.tar.bz2 from the Maven repository.

Changelog for TomP2P 4.0.6

* 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.