]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: protocol: add minimalist UDP protocol client
authorBaptiste Assmann <bedis9@gmail.com>
Mon, 13 Apr 2015 21:08:16 +0000 (23:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 20:07:35 +0000 (22:07 +0200)
commit5d4e4f7a570021e3dec473c45343b83c0dfecfb3
tree88adf77620963dfc38cf534f73f9a401a5218805
parent3d8f831f13df17824d71e1b4e979416ec23672ca
MEDIUM: protocol: add minimalist UDP protocol client

Basic introduction of a UDP layer in HAProxy. It can be used as a
client only and manages UDP exchanges with servers.

It can't be used to load-balance UDP protocols, but only used by
internal features such as DNS resolution.
Makefile
include/proto/proto_udp.h [new file with mode: 0644]
include/types/proto_udp.h [new file with mode: 0644]
src/proto_udp.c [new file with mode: 0644]