TCP fallback tunneling is now working. That hurt more than expected.
This commit is contained in:
parent
cdec05af24
commit
9774f789f2
7 changed files with 181 additions and 154 deletions
|
@ -126,6 +126,11 @@ public:
|
|||
*/
|
||||
virtual std::string portDeviceName(uint64_t nwid) const = 0;
|
||||
|
||||
/**
|
||||
* @return True if TCP fallback is currently active
|
||||
*/
|
||||
virtual bool tcpFallbackActive() const = 0;
|
||||
|
||||
/**
|
||||
* Terminate background service (can be called from other threads)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue