diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man7/udplite.7.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man7/udplite.7.pot')
-rw-r--r-- | templates/man7/udplite.7.pot | 430 |
1 files changed, 430 insertions, 0 deletions
diff --git a/templates/man7/udplite.7.pot b/templates/man7/udplite.7.pot new file mode 100644 index 00000000..bcdc77f8 --- /dev/null +++ b/templates/man7/udplite.7.pot @@ -0,0 +1,430 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:12+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "udplite" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "udplite - Lightweight User Datagram Protocol" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. FIXME . see #defines under `BUGS', +#. when glibc supports this, add +#. #include <netinet/udplite.h> +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>sys/socket.hE<gt>>\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDPLITE);>\n" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is an implementation of the Lightweight User Datagram Protocol (UDP-" +"Lite), as described in RFC\\ 3828." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"UDP-Lite is an extension of UDP (RFC\\ 768) to support variable-length " +"checksums. This has advantages for some types of multimedia transport that " +"may be able to make use of slightly damaged datagrams, rather than having " +"them discarded by lower-layer protocols." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The variable-length checksum coverage is set via a B<setsockopt>(2) " +"option. If this option is not set, the only difference from UDP is in using " +"a different IP protocol identifier (IANA number 136)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The UDP-Lite implementation is a full extension of B<udp>(7)\\[em]that is, " +"it shares the same API and API behavior, and in addition offers two socket " +"options to control the checksum coverage." +msgstr "" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Address format" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"UDP-Litev4 uses the I<sockaddr_in> address format described in B<ip>(7). " +"UDP-Litev6 uses the I<sockaddr_in6> address format described in B<ipv6>(7)." +msgstr "" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Socket options" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"To set or get a UDP-Lite socket option, call B<getsockopt>(2) to read or " +"B<setsockopt>(2) to write the option with the option level argument set to " +"B<IPPROTO_UDPLITE>. In addition, all B<IPPROTO_UDP> socket options are " +"valid on a UDP-Lite socket. See B<udp>(7) for more information." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following two options are specific to UDP-Lite." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<UDPLITE_SEND_CSCOV>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option sets the sender checksum coverage and takes an I<int> as " +"argument, with a checksum coverage value in the range 0..2\\[ha]16-1." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A value of 0 means that the entire datagram is always covered. Values from " +"1-7 are illegal (RFC\\ 3828, 3.1) and are rounded up to the minimum coverage " +"of 8." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"With regard to IPv6 jumbograms (RFC\\ 2675), the UDP-Litev6 checksum " +"coverage is limited to the first 2\\[ha]16-1 octets, as per RFC\\ 3828, " +"3.5. Higher values are therefore silently truncated to 2\\[ha]16-1. If in " +"doubt, the current coverage value can always be queried using " +"B<getsockopt>(2)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<UDPLITE_RECV_CSCOV>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is the receiver-side analogue and uses the same argument format and " +"value range as B<UDPLITE_SEND_CSCOV>. This option is not required to enable " +"traffic with partial checksum coverage. Its function is that of a traffic " +"filter: when enabled, it instructs the kernel to drop all packets which have " +"a coverage I<less> than the specified coverage value." +msgstr "" + +#. #-#-#-#-# archlinux: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .P +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# debian-bookworm: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .PP +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# debian-unstable: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .PP +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# fedora-40: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .P +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# fedora-rawhide: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .P +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# mageia-cauldron: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .P +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# opensuse-leap-15-6: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .PP +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#. #-#-#-#-# opensuse-tumbleweed: udplite.7.pot (PACKAGE VERSION) #-#-#-#-# +#. SO_NO_CHECK exists and is supported by UDPv4, but is +#. commented out in socket(7), hence also commented out here +#. .PP +#. Since UDP-Lite mandates checksums, checksumming can not be disabled +#. via the +#. .B SO_NO_CHECK +#. option from +#. .BR socket (7). +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When the value of B<UDPLITE_RECV_CSCOV> exceeds the actual packet coverage, " +"incoming packets are silently dropped, but may generate a warning message in " +"the system log." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All errors documented for B<udp>(7) may be returned. UDP-Lite does not add " +"further errors." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/net/snmp>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Basic UDP-Litev4 statistics counters." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/net/snmp6>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Basic UDP-Litev6 statistics counters." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "UDP-Litev4/v6 first appeared in Linux 2.6.20." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "" + +#. FIXME . remove this section once glibc supports UDP-Lite +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Where glibc support is missing, the following definitions are needed:" +msgstr "" + +#. The following two are defined in the kernel in linux/net/udplite.h +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"#define IPPROTO_UDPLITE 136\n" +"#define UDPLITE_SEND_CSCOV 10\n" +"#define UDPLITE_RECV_CSCOV 11\n" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ip>(7), B<ipv6>(7), B<socket>(7), B<udp>(7)" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "RFC\\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Documentation/networking/udplite.txt> in the Linux kernel source tree" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-10" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "" |