summaryrefslogtreecommitdiff
path: root/node/Peer.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-17 15:33:34 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-17 15:33:34 -0400
commit0133da1dcdaba9654e79506c4baeed506b6a4e30 (patch)
tree3925230756bc55fafdf3f161e97e81fcf8d2222b /node/Peer.hpp
parent300588c5e86689b56d66555f8aefa9868d170361 (diff)
downloadinfinitytier-0133da1dcdaba9654e79506c4baeed506b6a4e30.tar.gz
infinitytier-0133da1dcdaba9654e79506c4baeed506b6a4e30.zip
Get rid of onSent(), which was never used consistently anyway.
Diffstat (limited to 'node/Peer.hpp')
-rw-r--r--node/Peer.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/node/Peer.hpp b/node/Peer.hpp
index f1ea653c..cab9319b 100644
--- a/node/Peer.hpp
+++ b/node/Peer.hpp
@@ -136,20 +136,6 @@ public:
bool send(const RuntimeEnvironment *_r,const void *data,unsigned int len,uint64_t now);
/**
- * Must be called after a packet is successfully sent to this peer
- *
- * Note that 'relay' means we've sent a packet *from* this node to this
- * peer by relaying it, not that we have relayed a packet from somewhere
- * else to this peer. In the latter case this is not called.
- *
- * @param _r Runtime environment
- * @param relay If true, packet was sent indirectly via a relay
- * @param verb Packet verb
- * @param now Current time
- */
- void onSent(const RuntimeEnvironment *_r,bool relay,Packet::Verb verb,uint64_t now);
-
- /**
* Send firewall opener to active link
*
* @param _r Runtime environment