mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
get local MTU for Linux
This commit is contained in:
parent
a314feff33
commit
3b435f1e1d
1 changed files with 4 additions and 4 deletions
6
util.cpp
6
util.cpp
|
@ -395,7 +395,6 @@ namespace http
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
} // Namespace end
|
|
||||||
|
|
||||||
namespace net
|
namespace net
|
||||||
{
|
{
|
||||||
|
@ -452,6 +451,7 @@ namespace net
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} // namespace end
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // util
|
||||||
|
} // i2p
|
||||||
|
|
Loading…
Add table
Reference in a new issue