diff options
| author | Joseph Henry <josephjah@gmail.com> | 2018-05-30 17:45:29 -0700 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2018-05-30 17:45:29 -0700 |
| commit | 46a7a2be2e1c4d09d1da2bf26b110a31ec3d0661 (patch) | |
| tree | 6b75b8e7f5868264428ff3b158a8c1b27288e122 /node/IncomingPacket.hpp | |
| parent | 8199dbd0dcbc3259eb3218ece183315eddb1e84b (diff) | |
| download | infinitytier-46a7a2be2e1c4d09d1da2bf26b110a31ec3d0661.tar.gz infinitytier-46a7a2be2e1c4d09d1da2bf26b110a31ec3d0661.zip | |
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
Diffstat (limited to 'node/IncomingPacket.hpp')
| -rw-r--r-- | node/IncomingPacket.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp index 88f4f066..9144277c 100644 --- a/node/IncomingPacket.hpp +++ b/node/IncomingPacket.hpp @@ -125,6 +125,8 @@ private: // been authenticated, decrypted, decompressed, and classified. bool _doERROR(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); bool _doHELLO(const RuntimeEnvironment *RR,void *tPtr,const bool alreadyAuthenticated); + bool _doACK(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); + bool _doQOS_MEASUREMENT(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); bool _doOK(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); bool _doWHOIS(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); bool _doRENDEZVOUS(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer); |
