Browse Source

get local MTU for Linux

pull/108/head
orignal 10 years ago
parent
commit
3b435f1e1d
  1. 6
      util.cpp

6
util.cpp

@ -395,7 +395,6 @@ namespace http @@ -395,7 +395,6 @@ namespace http
}
}
} // Namespace end
namespace net
{
@ -452,6 +451,7 @@ namespace net @@ -452,6 +451,7 @@ namespace net
return 0;
#endif
}
} // namespace end
}
} // util
} // i2p

Loading…
Cancel
Save