4 #define PROTO_HAPROXY_PRIVATE
8 #include "core/proto/proto_haproxy.h"
19 const char *family_string = NULL;
20 const char *src_addr_string = NULL;
24 family_string =
"TCP4";
25 src_addr_string =
"0.0.0.0";
28 family_string =
"TCP6";
29 src_addr_string =
"::";
41 tor_asprintf(&buf,
"PROXY %s %s %s 0 %d\r\n", family_string, src_addr_string,
42 addrbuf, addr_port->port);