summaryrefslogtreecommitdiff
path: root/node/Path.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-06 11:56:46 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-06 11:56:46 -0700
commit640ad577d1f52140adbe42e87b2da931bf15f430 (patch)
tree8ba9557e4057407d36120b68dea2a6f0bb332ce2 /node/Path.hpp
parentcd63ecd3f3562b4513dd907bb7f805c2af2d87d4 (diff)
downloadinfinitytier-640ad577d1f52140adbe42e87b2da931bf15f430.tar.gz
infinitytier-640ad577d1f52140adbe42e87b2da931bf15f430.zip
.
Diffstat (limited to 'node/Path.hpp')
-rw-r--r--node/Path.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/node/Path.hpp b/node/Path.hpp
index 854b28e2..ac8e4c0e 100644
--- a/node/Path.hpp
+++ b/node/Path.hpp
@@ -284,18 +284,6 @@ public:
inline uint64_t lastTrustEstablishedPacketReceived() const { return _lastTrustEstablishedPacketReceived; }
/**
- * @param lo Last out send
- * @param li Last in send
- * @param lt Last trust established packet received
- */
- inline void updateFromRemoteState(const uint64_t lo,const uint64_t li,const uint64_t lt)
- {
- _lastOut = lo;
- _lastIn = li;
- _lastTrustEstablishedPacketReceived = lt;
- }
-
- /**
* Return and increment outgoing packet counter (used with Packet::armor())
*
* @return Next value that should be used for outgoing packet counter (only least significant 3 bits are used)