diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:02:48 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:02:48 -0700 |
commit | 07ea4fd4f92d7d5aa8573525b11bf7821b9acb19 (patch) | |
tree | 6f40bd820e4addf5e3ca4286ac32df29e13155a8 /node/Switch.hpp | |
parent | 778c7e6e703353030e2ea130e3db7cc968a5d53c (diff) | |
download | infinitytier-07ea4fd4f92d7d5aa8573525b11bf7821b9acb19.tar.gz infinitytier-07ea4fd4f92d7d5aa8573525b11bf7821b9acb19.zip |
Fix potential bug in controller config request.
Diffstat (limited to 'node/Switch.hpp')
-rw-r--r-- | node/Switch.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp index 95ca362c..1b29d050 100644 --- a/node/Switch.hpp +++ b/node/Switch.hpp @@ -110,7 +110,8 @@ public: * won't be encrypted right. (This is not used for relaying.) * * The network ID should only be specified for frames and other actual - * network traffic. + * network traffic. Other traffic such as controller requests and regular + * protocol messages should specify zero. * * @param packet Packet to send * @param encrypt Encrypt packet payload? (always true except for HELLO) |