mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
single thread for I2CP
This commit is contained in:
parent
ee84291997
commit
3a2724ec58
4 changed files with 70 additions and 72 deletions
|
@ -152,6 +152,7 @@ namespace config {
|
|||
("i2cp.enabled", value<bool>()->default_value(false), "Enable or disable I2CP")
|
||||
("i2cp.address", value<std::string>()->default_value("127.0.0.1"), "I2CP listen address")
|
||||
("i2cp.port", value<uint16_t>()->default_value(7654), "I2CP listen port")
|
||||
("i2cp.singlethread", value<bool>()->default_value(true), "Destinations run in the I2CP server's thread")
|
||||
;
|
||||
|
||||
options_description i2pcontrol("I2PControl options");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue