implement tapserver BBA on all platforms

This expands the tapserver BBA interface to be available on all platforms. tapserver itself is still macOS-only, but newserv (the PSO server) is not, and it can directly accept local and remote tapserver connections as well. This makes the tapserver interface potentially useful on all platforms.
This commit is contained in:
Martin Michelsen
2023-02-12 17:58:17 -08:00
parent 85dee300b5
commit 0c364cbb4c
14 changed files with 134 additions and 44 deletions

View File

@ -15,6 +15,7 @@ public:
{
Ethernet,
XLinkKai,
TapServer,
BuiltIn
};