From 3e191ac65bd65f678e9a344163f74d181726f6bd Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 13 四月 2021 08:48:40 +0800 Subject: [PATCH] refactor, add TODO. --- src/failed_msg.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/failed_msg.h b/src/failed_msg.h index 2d57abc..73030ba 100644 --- a/src/failed_msg.h +++ b/src/failed_msg.h @@ -23,6 +23,7 @@ #include "timed_queue.h" #include <string> +//TODO change storage to map<Remote,list<TimedData<Msg>>>, to avoid retry failed remotes messages. class FailedMsgQ { typedef std::function<bool(void *)> Func; -- Gitblit v1.8.0