mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-13 19:37:51 +00:00
get local MTU for Linux
This commit is contained in:
parent
a314feff33
commit
3b435f1e1d
8
util.cpp
8
util.cpp
@ -394,8 +394,7 @@ namespace http
|
|||||||
query_.assign(query_i, url_s.end());
|
query_.assign(query_i, url_s.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
} // Namespace end
|
|
||||||
|
|
||||||
namespace net
|
namespace net
|
||||||
{
|
{
|
||||||
@ -452,6 +451,7 @@ namespace net
|
|||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} // namespace end
|
}
|
||||||
|
|
||||||
}
|
} // util
|
||||||
|
} // i2p
|
||||||
|
Loading…
Reference in New Issue
Block a user