libicsneo/platform
Gowtham Nanjukutty (XC-CP/ECC2.3) 1e7dfa7a71 servd: default Enabled() to false when LIBICSNEO_USE_SERVD is unset
Previously, Servd::Enabled() returned true by default when the
LIBICSNEO_USE_SERVD environment variable was not set. This caused
DeviceFinder::FindAll() to take the Servd::Find() path and skip all
direct transport discovery (CDCACM, DXX, PCAP, etc.) even when no
servd daemon is running, silently returning zero devices.

The intended behavior is opt-in: users who want to use servd should
explicitly set LIBICSNEO_USE_SERVD=1. Change the default to false so
direct device discovery works out of the box.

LIBICSNEO_USE_SERVD=1 continues to enable servd as before.
2026-05-22 09:13:41 -04:00
..
posix FirmIO: Fix instability and memory leak issues 2026-01-07 13:35:23 -05:00
windows MACsec: Refactor API 2025-11-05 12:00:07 -05:00
dxx.cpp Device: RAD-Comet and RAD-Comet 2: Replace all references to RAD-Comet with RAD-Comet2 2026-05-19 13:17:12 -04:00
servd.cpp servd: default Enabled() to false when LIBICSNEO_USE_SERVD is unset 2026-05-22 09:13:41 -04:00
tcp.cpp TCP: Add LIBICSNEO_DISABLE_TCP env option 2024-12-11 17:25:36 -05:00