diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 16:40:59 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-12 16:40:59 -0400 |
| commit | f934b81703eedbc152f07a90a179847f9cc3caea (patch) | |
| tree | 94692e9447873fa469981ede977ed20e9b32b140 /node/PacketDecoder.cpp | |
| parent | a86e1cdb8874d88c8c84543379ad5552c8ce8701 (diff) | |
| download | infinitytier-f934b81703eedbc152f07a90a179847f9cc3caea.tar.gz infinitytier-f934b81703eedbc152f07a90a179847f9cc3caea.zip | |
Several bug fixes in newly refactored code.
Diffstat (limited to 'node/PacketDecoder.cpp')
| -rw-r--r-- | node/PacketDecoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 93126e16..9bcf3b43 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -472,6 +472,7 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared propPeers, Utils::now()); + setSource(_r->identity.address()); (*this)[ZT_PROTO_VERB_MULTICAST_FRAME_IDX_HOP_COUNT] = hops; compress(); |
