Lines Matching refs:UDP

4 The UDP-Lite protocol (RFC 3828)
8 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic
16 - The UDP-Lite Homepage:
21 - The UDP-Lite HOWTO on
22 …http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWT…
24 - The Wireshark UDP-Lite WiKi (with capture files):
33 Several applications have been ported successfully to UDP-Lite. Ethereal
34 (now called wireshark) has UDP-Litev4/v6 support by default.
36 Porting applications to UDP-Lite is straightforward: only socket level and
43 UDP-Lite provides a connectionless, unreliable datagram service and hence
44 uses the same socket type as UDP. In fact, porting from UDP to UDP-Lite is
56 With just the above change you are able to run UDP-Lite services or connect
57 to UDP-Lite servers. The kernel will assume that you are not interested in
58 using partial checksum coverage and so emulate UDP mode (full coverage).
82 RTP and UDP headers are to be protected, a receiver can enforce that only
89 alone protocol, all socket options known from UDP can be used in exactly the
92 A detailed discussion of UDP-Lite checksum coverage options is in section IV.
103 for UDP-Lite header fields and protocol constants
112 Ready-made header files for various distros are in the UDP-Lite tarball.
160 of UDP-Lite packets is determined by the size of the send buffer. The
167 Given a payload size larger than the send buffer size, UDP-Lite will
173 UDP-Lite packet is split into several IP packets, of which only the
182 UDP-Lite will ship the 1536 bytes in two separate packets::
187 The coverage packet covers the UDP-Lite header and 848 bytes of the
193 As an example of what happens when one UDP-Lite packet is split into
206 The UDP-Lite module generates one 1032 byte packet (1024 + 8 byte
220 Fragment 1: 1280 bytes carrying 1232 bytes of UDP-Lite data
221 Fragment 2: 1280 bytes carrying 1232 bytes of UDP-Lite data
222 Fragment 3: 948 bytes carrying 900 bytes of UDP-Lite data
228 are (annoyingly) rare: UDP-Lite is designed for optimising multimedia
232 5. UDP-Lite Runtime Statistics and their Meaning
236 level. Live statistics about UDP-Lite are available in /proc/net/snmp
241 This displays UDP-Lite statistics variables, whose meaning is as follows.
249 InErrors Number of erroneous UDP-Lite packets. Errors include:
263 These statistics derive from the UDP MIB (RFC 2013).
268 There is packet match support for UDP-Lite as well as support for the LOG target.
271 udplite 136 UDP-Lite # UDP-Lite [RFC 3828]
282 The UDP-Lite patch was developed at