From 9575f70f38880e70f8e0f694f7022a5276154ec0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 1 Nov 2016 10:02:10 -0400 Subject: [PATCH] fix conflicts --- Config.cpp | 6 ------ SSUData.cpp | 5 ----- Transports.cpp | 6 ------ build/CMakeLists.txt | 7 ------- 4 files changed, 24 deletions(-) diff --git a/Config.cpp b/Config.cpp index 99f4b0bb..e72749bc 100644 --- a/Config.cpp +++ b/Config.cpp @@ -176,21 +176,15 @@ namespace config { trust.add_options() ("trust.enabled", value()->default_value(false), "Enable explicit trust options") ("trust.family", value()->default_value(""), "Router Familiy to trust for first hops") -<<<<<<< HEAD ("trust.routers", value()->default_value(""), "Only Connect to these routers") ("trust.hidden", value()->default_value(false), "Should we hide our router from other routers?"); -======= - ("trust.routerInfo", value()->default_value(""), "Path to routerInfo of floodfill to use with floodfill friend mode") - ("trust.hidden", value()->default_value(true), "should we hide our router from other routers?"); - options_description websocket("Websocket Options"); websocket.add_options() ("websockets.enabled", value()->default_value(false), "enable websocket server") ("websockets.address", value()->default_value("127.0.0.1"), "address to bind websocket server on") ("websockets.port", value()->default_value(7666), "port to bind websocket server on"); ->>>>>>> bda4170... add web socket ui m_OptionsDesc .add(general) .add(limits) diff --git a/SSUData.cpp b/SSUData.cpp index a1e18c0b..3bff01c3 100644 --- a/SSUData.cpp +++ b/SSUData.cpp @@ -234,14 +234,9 @@ namespace transport if (!m_ReceivedMessages.count (msgID)) { m_ReceivedMessages.insert (msgID); -<<<<<<< HEAD - m_LastMessageReceivedTime = i2p::util::GetSecondsSinceEpoch (); - if (!msg->IsExpired ()) -======= m_LastMessageReceivedTime = i2p::util::GetSinceEpoch