mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
enable SSU2 server
This commit is contained in:
parent
6d7d71bb16
commit
21c1ec9c8c
5 changed files with 31 additions and 11 deletions
|
@ -87,7 +87,7 @@ namespace transport
|
|||
Transports ();
|
||||
~Transports ();
|
||||
|
||||
void Start (bool enableNTCP2=true, bool enableSSU=true);
|
||||
void Start (bool enableNTCP2=true, bool enableSSU=true, bool enableSSU2=false);
|
||||
void Stop ();
|
||||
|
||||
bool IsBoundSSU() const { return m_SSUServer != nullptr; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue