From 954f9cbc13ab9cf01f6d3efffb3aa5e8a95c0307 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 22 Sep 2014 13:18:24 -0700 Subject: Yet more WIP on mulitcast algo... --- node/PacketDecoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/PacketDecoder.hpp') diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp index 0d18f1be..971b61b8 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -119,7 +119,7 @@ private: bool _doRENDEZVOUS(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doEXT_FRAME(const RuntimeEnvironment *_r,const SharedPtr &peer); - bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr &peer); + bool _doP5_MULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr &peer); -- cgit v1.2.3