printMapStatus(unreachablePeer, peers);
RoutingConfiguration r = new RoutingConfiguration(5, 1, 1);
RequestP2PConfiguration rp = new RequestP2PConfiguration(1, 1, 0);
System.err.println("Unreachable: " + unreachablePeer.peerID());
System.err.println("Relay: " + master.peerID());
FuturePut futurePut = peers[8].put(unreachablePeer.peerID()).data(new Data("hello")).routingConfiguration(r)
.requestP2PConfiguration(rp).start().awaitUninterruptibly();
// the relayed one is the slowest, so we need to wait for it!