diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-21 12:29:33 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-21 12:29:33 -0400 |
| commit | aead1050fbed65c690190efeed09ff544defa1ec (patch) | |
| tree | edab5811d512da8c77f7416b9d4e3515209592e9 /node/Packet.hpp | |
| parent | 6e485833ef77abdb3c5d655952b34853fbc7940a (diff) | |
| download | infinitytier-aead1050fbed65c690190efeed09ff544defa1ec.tar.gz infinitytier-aead1050fbed65c690190efeed09ff544defa1ec.zip | |
Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet size thinko.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 0664d026..a569cde3 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -496,7 +496,7 @@ public: */ VERB_RENDEZVOUS = 5, - /* A ZT-to-ZT unicast ethernet frame: + /* A ZT-to-ZT unicast ethernet frame (shortened EXT_FRAME): * <[8] 64-bit network ID> * <[2] 16-bit ethertype> * <[...] ethernet payload> |
