public void received(int fromGuid, int hops, Packet packet) throws IOException { received(fromGuid, hops, packet, null); }
@Override public void packetReceived(Packet p) throws IOException { received(getRemoteUserGUID(), 0, p); }