summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-04 10:45:15 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-04 10:45:15 -0800
commitf5d397e8c87aa29c7186972c4746c0b255853af6 (patch)
tree4715042f81cbc6ff228bcb178ca825fb7d9566b1 /node/PacketDecoder.hpp
parent66cff2e98d5eb3aac96f586f2fa882b803dbebd0 (diff)
downloadinfinitytier-f5d397e8c87aa29c7186972c4746c0b255853af6.tar.gz
infinitytier-f5d397e8c87aa29c7186972c4746c0b255853af6.zip
Pull in-band file transfer stuff. Toyed around with that idea, but it seems that updates for some platforms are big enough and there are enough reliability concerns that just using TCP/HTTP is safer and easier.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index 8ec01594..cb3522ff 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,8 +122,6 @@ private:
bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
- bool _doFILE_INFO_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
- bool _doFILE_BLOCK_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
uint64_t _receiveTime;
Demarc::Port _localPort;