27 enum {c_maxBufSize = 160000000 };
29 enum { c_mergeIntervall = 5000 };
32 HistoServer2(
int port,
const std::string& mapfile);
48 std::string m_filename;
53 std::map <std::string, time_t> m_unit_last_conn_time;
54 std::map <std::string, time_t> m_unit_last_packet_time;
55 std::map <std::string, time_t> m_unit_last_content_time;
56 time_t m_last_merge_time{};