mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
Make address for proxies, BOB, SAM, ... configurable (#235).
This commit is contained in:
parent
a7da2423ce
commit
524a02cb0d
16 changed files with 112 additions and 72 deletions
2
SAM.h
2
SAM.h
|
@ -146,7 +146,7 @@ namespace client
|
|||
{
|
||||
public:
|
||||
|
||||
SAMBridge (int port);
|
||||
SAMBridge(const std::string& address, int port);
|
||||
~SAMBridge ();
|
||||
|
||||
void Start ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue