]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: udp: adds minimal proto udp support for message listeners.
authorEmeric Brun <ebrun@haproxy.com>
Tue, 7 Jul 2020 07:46:09 +0000 (09:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Jul 2020 15:50:12 +0000 (17:50 +0200)
commit3835c0dcb52e328fe59347135a6bc2257240f997
tree35f92b5704caf4f01f3b4664f656534b988e0051
parent2f4cc28e0f1c8c3deca8b1b7fa446c6523dcc93c
MEDIUM: udp: adds minimal proto udp support for message listeners.

This patch introduce proto_udp.c targeting a further support of
log forwarding feature.

This code was originally produced by Frederic Lecaille working on
QUIC support and only minimal requirements for syslog support
have been merged.
Makefile
doc/configuration.txt
include/haproxy/proto_udp.h [new file with mode: 0644]
include/haproxy/protocol-t.h
src/cfgparse.c
src/proto_udp.c [new file with mode: 0644]
src/tools.c