CONFIG_SOCKS¶
SOCKS5 proxy
Type: bool
Help¶
Enable SOCKS5 proxy support
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/socks/Kconfig:4
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:20
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols
menuconfig SOCKS
    bool "SOCKS5 proxy"
    select NET_SOCKETS
    select NET_SOCKETS_POSIX_NAMES
    depends on NETWORKING
    help
      Enable SOCKS5 proxy support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)