mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[i18n] update strings and translation file
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
533c8a8a55
commit
a0e71c4173
4 changed files with 330 additions and 301 deletions
|
@ -24,6 +24,8 @@ namespace http
|
|||
{
|
||||
const size_t HTTP_CONNECTION_BUFFER_SIZE = 8192;
|
||||
const int TOKEN_EXPIRATION_TIMEOUT = 30; // in seconds
|
||||
const int COMMAND_REDIRECT_TIMEOUT = 5; // in seconds
|
||||
const int TRANSIT_TUNNELS_LIMIT = 65535;
|
||||
|
||||
class HTTPConnection: public std::enable_shared_from_this<HTTPConnection>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue