diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-06 15:12:28 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-06 15:12:28 -0800 |
| commit | 5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866 (patch) | |
| tree | d4db86aba95df3108b78f59f807e5f9e59456324 /node/Node.hpp | |
| parent | 66dfc33de91577012bb0e9ec22d2ef6bf18805ef (diff) | |
| download | infinitytier-5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866.tar.gz infinitytier-5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866.zip | |
Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index ab201f06..21eac617 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -271,6 +271,7 @@ public: } virtual void ncSendConfig(uint64_t nwid,uint64_t requestPacketId,const Address &destination,const NetworkConfig &nc,bool sendLegacyFormatConfig); + virtual void ncSendRevocation(const Address &destination,const Revocation &rev); virtual void ncSendError(uint64_t nwid,uint64_t requestPacketId,const Address &destination,NetworkController::ErrorCode errorCode); private: |
