First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out.

This commit is contained in:
Adam Ierymenko 2015-05-14 17:41:05 -07:00
parent a8835cd8b3
commit e94518590d
4 changed files with 112 additions and 30 deletions

View file

@ -50,6 +50,7 @@ const char *Packet::verbString(Verb v)
case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH";
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
case VERB_SET_EPHEMERAL_KEY: return "SET_EPHEMERAL_KEY";
}
return "(unknown)";
}