From 3b435f1e1d38475e06d02e86268805cc8847341b Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 31 Oct 2014 14:34:08 -0400 Subject: [PATCH] get local MTU for Linux --- util.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util.cpp b/util.cpp index dbe83dae..befffa33 100644 --- a/util.cpp +++ b/util.cpp @@ -394,8 +394,7 @@ namespace http query_.assign(query_i, url_s.end()); } -} -} // Namespace end +} namespace net { @@ -452,6 +451,7 @@ namespace net return 0; #endif } -} // namespace end +} -} +} // util +} // i2p