Include bugfix from FreePastry? that should help nodes that were taking forever
to join:
------------------------------------------------------------------------
r3123 | jeffh | 2006-03-06 12:05:19 -0600 (Mon, 06 Mar 2006) | 1 line
fixed gossiping problem that was preserving the memory of long since dead
nodes far too long
------------------------------------------------------------------------
(We believe these "ghost" nodes were sticking around in routing tables, and
were being handed to new nodes as part of the join process. The joining node
would try to get a CJP response from the ghost, and fail ... forever ...)