Minor bug fix and some instrumentation stuff for testing.
This commit is contained in:
parent
0b0cda2be4
commit
c9d7845fea
5 changed files with 47 additions and 10 deletions
|
@ -84,7 +84,7 @@ bool IncomingPacket::tryDecode(const RuntimeEnvironment *RR)
|
|||
}
|
||||
|
||||
const Packet::Verb v = verb();
|
||||
//TRACE("<< %s from %s(%s)",Packet::verbString(v),sourceAddress.toString().c_str(),_remoteAddress.toString().c_str());
|
||||
TRACE("<< %s from %s(%s)",Packet::verbString(v),sourceAddress.toString().c_str(),_remoteAddress.toString().c_str());
|
||||
switch(v) {
|
||||
//case Packet::VERB_NOP:
|
||||
default: // ignore unknown verbs, but if they pass auth check they are "received"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue