All: Switch to Servd default on

See README for details on how to install Servd.
This commit is contained in:
Thomas Stoddard
2026-05-08 13:28:49 -04:00
committed by Kyle Schwarz
parent d45b72ef68
commit 7cca96dcfb
5 changed files with 30 additions and 3 deletions
+2
View File
@@ -165,6 +165,8 @@ public:
ServdPollError = ServdBindError + 8,
ServdNoDataError = ServdBindError + 9,
ServdJoinMulticastError = ServdBindError + 10,
ServdNotReachable = ServdBindError + 11,
ServdNoDevicesFound = ServdBindError + 12,
// DXX
DXXErrorSys = 0x6100,