Config.in 614 B

123456789101112131415161718
  1. config ADK_PACKAGE_SOCAT
  2. prompt "socat............................. A multipurpose relay (SOcket CAT)"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBOPENSSL
  6. select ADK_PACKAGE_LIBPTHREAD
  7. help
  8. SoCat (for SOcket CAT) establishes two bidirectional byte streams and
  9. transfers data between them.
  10. Data channels may be files, pipes, devices (terminal or modem, etc.), or
  11. sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking,
  12. logging and tracing, different modes for interprocess communication and
  13. many more options.
  14. http://www.dest-unreach.org/socat/
  15. Depends: openssl