callback.snoop(m, node);
} catch (Throwable t) {
Logger.error(this, "Callback threw "+t, t);
}
}
MessageType spec = m.getSpec();
if(spec == DMT.FNPPing) {
// Send an FNPPong
Message reply = DMT.createFNPPong(m.getInt(DMT.PING_SEQNO));
try {
source.sendAsync(reply, null, pingCounter); // nothing we can do if can't contact source