From aead1050fbed65c690190efeed09ff544defa1ec Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 21 Jun 2014 12:29:33 -0400 Subject: Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet size thinko. --- node/Packet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Packet.hpp') 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> -- cgit v1.2.3