mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
Merge pull request #1889 from polistern/feat/sam-udp-port
Added SAM UDP port parameter
This commit is contained in:
commit
98f06e3ba1
5 changed files with 13 additions and 10 deletions
|
@ -149,7 +149,8 @@ namespace config {
|
|||
sam.add_options()
|
||||
("sam.enabled", value<bool>()->default_value(true), "Enable or disable SAM Application bridge")
|
||||
("sam.address", value<std::string>()->default_value("127.0.0.1"), "SAM listen address")
|
||||
("sam.port", value<uint16_t>()->default_value(7656), "SAM listen port")
|
||||
("sam.port", value<uint16_t>()->default_value(7656), "SAM listen TCP port")
|
||||
("sam.portudp", value<uint16_t>()->default_value(0), "SAM listen UDP port")
|
||||
("sam.singlethread", value<bool>()->default_value(true), "Sessions run in the SAM bridge's thread")
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue