mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
feat: Added SAM UDP port parameter.
This commit is contained in:
parent
5657079355
commit
3ff1adf597
5 changed files with 13 additions and 10 deletions
|
@ -233,7 +233,7 @@ namespace client
|
|||
{
|
||||
public:
|
||||
|
||||
SAMBridge (const std::string& address, int port, bool singleThread);
|
||||
SAMBridge (const std::string& address, int portTCP, int portUDP, bool singleThread);
|
||||
~SAMBridge ();
|
||||
|
||||
void Start ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue