diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-17 06:41:52 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-17 06:41:52 -0400 |
| commit | ce14ba90045afa711506983c07ecc7e31c53f833 (patch) | |
| tree | 18161a28a34f26e2544b497b61a6afb0b871dac2 /node/Packet.cpp | |
| parent | 555471200c10f0b208b658dc460068ef64d8dbe2 (diff) | |
| download | infinitytier-ce14ba90045afa711506983c07ecc7e31c53f833.tar.gz infinitytier-ce14ba90045afa711506983c07ecc7e31c53f833.zip | |
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.
Diffstat (limited to 'node/Packet.cpp')
| -rw-r--r-- | node/Packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
