commit | 29885f030843f85ff20476e5a9fc8f72b2e71e23 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 08 18:05:16 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 08 18:10:18 2020 +0100 |
tree | 9dfbeb411906f9f0fbfd7cf6793ed3c88d117084 | |
parent | c14e7ae74431845c67adafb64abc82687e48e839 [diff] |
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.