public void sendFindNode(DHTTransportReplyHandler handler, byte[] nid, short flags) {
   transport.sendFindNode(this, handler, nid);
 }