summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-24 09:04:09 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-24 09:04:09 -0700
commit557801a09ef31c243add5f6d6de7a5f67af53ed2 (patch)
tree83421970ce0a02366d3a50a77646543b913684bb /node/Network.hpp
parent9180a309862f1d2abb946381b5b92a823913d425 (diff)
downloadinfinitytier-557801a09ef31c243add5f6d6de7a5f67af53ed2.tar.gz
infinitytier-557801a09ef31c243add5f6d6de7a5f67af53ed2.zip
Rename PacketDecoder to much more descriptive IncomingPacket
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index b0af08c7..21b585af 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -166,7 +166,7 @@ public:
/**
* Set or update this network's configuration
*
- * This is called by PacketDecoder when an update comes over the wire, or
+ * This is called in IncomingPacket when an update comes over the wire, or
* internally when an old config is reloaded from disk.
*
* This also cancels any netconf failure flags.
@@ -181,7 +181,7 @@ public:
bool setConfiguration(const Dictionary &conf,bool saveToDisk = true);
/**
- * Set netconf failure to 'access denied' -- called by PacketDecoder when netconf master reports this
+ * Set netconf failure to 'access denied' -- called in IncomingPacket when netconf master reports this
*/
inline void setAccessDenied()
{