From 557801a09ef31c243add5f6d6de7a5f67af53ed2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 24 Sep 2014 09:04:09 -0700 Subject: Rename PacketDecoder to much more descriptive IncomingPacket --- node/Network.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Network.hpp') 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() { -- cgit v1.2.3