From 1f81cfc0b8f662788651cd4a360d81938571ce65 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 13 Sep 2024 07:51:26 +0000 Subject: bugfixes: s6-tcpserverd without -1, s6-tcpclient ip46 options Also rename master to main Signed-off-by: Laurent Bercot --- doc/s6-tcpclient.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/s6-tcpclient.html') diff --git a/doc/s6-tcpclient.html b/doc/s6-tcpclient.html index 0421524..39da083 100644 --- a/doc/s6-tcpclient.html +++ b/doc/s6-tcpclient.html @@ -80,15 +80,11 @@ the current connection (very unreliable). Else unset.
  • -q : be quiet.
  • -Q : be normally verbose. This is the default.
  • -v : be verbose.
  • -
  • -4 : (only valid if the underlying skalibs has -IPv6 support) Interpret host as an IPv4 address or make A -queries to determine its addresses.
  • +
  • -4 : Interpret host as an IPv4 address or make A +queries to determine its addresses. Do not attempt IPv6.
  • -6 : (only valid if the underlying skalibs has IPv6 support) Interpret host as an IPv6 address or make -AAAA queries to determine its addresses. This option and the previous -one are not mutually exclusive: if both are given, both IPv6 and -IPv4 addresses will be tried and IPv6 addresses will be given priority. -If neither option is given, only IPv4 address will be tried.
  • +AAAA queries to determine its addresses. Do not attempt IPv4.
  • -d : don't use the TCP_NODELAY socket option. This is the default.
  • -D : use the TCP_NODELAY socket option, which disables -- cgit v1.2.3