From 24101f9ce7636e88b642aa0918d8ad55520dfda4 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 16 Jan 2023 12:11:38 +0100 Subject: [PATCH] DOC: config: fix aliases for protocol prefixes "udp4@" and "udp6@" It was mentioned that they are equivalent to "stream+ipv*@" while it's the equivalent of "dgram+ipv*@". --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 3bd7066d6..e5edd8373 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -24130,14 +24130,14 @@ report this to the maintainers. method is forced to "datagram". Depending on the statement using this address, a port or port range can or must be specified. - It is considered as an alias of 'stream+ipv4@'. + It is considered as an alias of 'dgram+ipv4@'. 'udp6@
[:port1[-port2]]' following
is always considered as an IPv6 address but socket type and transport method is forced to "datagram". Depending on the statement using this address, a port or port range can or must be specified. - It is considered as an alias of 'stream+ipv4@'. + It is considered as an alias of 'dgram+ipv4@'. 'uxdg@' following string is considered as a unix socket but transport method is forced to "datagram". It is considered as