diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 17:47:59 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 17:47:59 -0800 |
| commit | 4e95384ad60c853f01c50e233b8cb48f239f033f (patch) | |
| tree | 1dccba67dffcc031462d64806fc8abbeb9989fc0 /node/IncomingPacket.hpp | |
| parent | 08ba2ff752e78571b54c0500e8ee53f721500048 (diff) | |
| download | infinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.tar.gz infinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.zip | |
Cleanup, add tristate to config code in Network, and happy new year!
Diffstat (limited to 'node/IncomingPacket.hpp')
| -rw-r--r-- | node/IncomingPacket.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp index 25c076d4..06edb037 100644 --- a/node/IncomingPacket.hpp +++ b/node/IncomingPacket.hpp @@ -1,6 +1,6 @@ /* * ZeroTier One - Global Peer to Peer Ethernet - * Copyright (C) 2011-2014 ZeroTier Networks LLC + * Copyright (C) 2011-2015 ZeroTier Networks * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -125,6 +125,7 @@ private: bool _doMULTICAST_LIKE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); + bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doMULTICAST_GATHER(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doMULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); |
