Add new "udp_content_delivery_ports_use_resp" option

This controls whether ports given by "udp_content_delivery_ports_orig" and
"udp_content_delivery_ports_orig" are in terms of the UDP packet's
destination port or by the Connection's "responder" port (the former is
the unchanged default behavior).
This commit is contained in:
Jon Siwek 2020-04-06 14:51:34 -07:00
parent e66148a13a
commit 2da84020cf
7 changed files with 41 additions and 8 deletions

View file

@ -77,6 +77,7 @@ extern TableVal* udp_content_delivery_ports_orig;
extern TableVal* udp_content_delivery_ports_resp;
extern bool udp_content_deliver_all_orig;
extern bool udp_content_deliver_all_resp;
extern bool udp_content_delivery_ports_use_resp;
extern double dns_session_timeout;
extern double rpc_timeout;