From ce14ba90045afa711506983c07ecc7e31c53f833 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 17 Oct 2013 06:41:52 -0400 Subject: Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit more cleanup. Also fix it so certificates wont be accepted unless they are newer than existing ones. --- node/Packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Packet.cpp') diff --git a/node/Packet.cpp b/node/Packet.cpp index 99cf3979..d809d402 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -42,7 +42,7 @@ const char *Packet::verbString(Verb v) case VERB_WHOIS: return "WHOIS"; case VERB_RENDEZVOUS: return "RENDEZVOUS"; case VERB_FRAME: return "FRAME"; - case VERB_PROXY_FRAME: return "PROXY_FRAME"; + case VERB_BRIDGED_FRAME: return "BRIDGED_FRAME"; case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME"; case VERB_MULTICAST_LIKE: return "MULTICAST_LIKE"; case VERB_NETWORK_MEMBERSHIP_CERTIFICATE: return "NETWORK_MEMBERSHIP_CERTIFICATE"; -- cgit v1.2.3