add options to not use ntcp or ssu

This commit is contained in:
Jeff Becker 2016-06-17 09:02:12 -04:00
parent fa68e392c8
commit e868d427dd
6 changed files with 22 additions and 13 deletions

View file

@ -73,7 +73,7 @@ namespace transport
Transports ();
~Transports ();
void Start ();
void Start (bool enableNTCP=true, bool enableSSU=true);
void Stop ();
bool IsBoundNTCP() const { return m_NTCPServer != nullptr; }