]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: udp: export udp_suspend_receiver() and udp_resume_receiver()
authorWilly Tarreau <w@1wt.eu>
Tue, 8 Dec 2020 17:05:16 +0000 (18:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Dec 2020 17:10:18 +0000 (18:10 +0100)
commit29885f030843f85ff20476e5a9fc8f72b2e71e23
tree9dfbeb411906f9f0fbfd7cf6793ed3c88d117084
parentc14e7ae74431845c67adafb64abc82687e48e839
MINOR: udp: export udp_suspend_receiver() and udp_resume_receiver()

QUIC will rely on UDP at the receiver level, and will need these functions
to suspend/resume the receivers. In the future, protocol chaining may
simplify this.
include/haproxy/proto_udp.h
src/proto_udp.c