diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-04 10:45:15 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-04 10:45:15 -0800 |
| commit | f5d397e8c87aa29c7186972c4746c0b255853af6 (patch) | |
| tree | 4715042f81cbc6ff228bcb178ca825fb7d9566b1 /node/PacketDecoder.hpp | |
| parent | 66cff2e98d5eb3aac96f586f2fa882b803dbebd0 (diff) | |
| download | infinitytier-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.hpp | 2 |
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; |
