this.routeTable = routeTable;
}
@Override
public ResponseMessage handleRequest(RequestMessage message) throws IOException {
NodeRequest request = (NodeRequest)message;
KUID lookupId = request.getId();
// This is an idea where I'm not sure if it's improving anything
// or not. In short we're excluding the localhost from the result
// set. The other guy knows us already and our information is in
// the message header anyways. There is therefore no reason to