public void sendImmediatePing(DHTTransportReplyHandler handler, long timeout) {
   transport.sendImmediatePing(this, handler, timeout);
 }