haproxy/doc
Joe Williams 30fcd39f35 MINOR: tcp: add further tcp info fetchers
Adding on to Thierry's work (http://git.haproxy.org/?p=haproxy.git;h=6310bef5)
I have added a few more fetchers for counters based on the tcp_info struct
maintained by the kernel :

  fc_unacked, fc_sacked, fc_retrans, fc_fackets, fc_lost,
  fc_reordering

Two fields were not added because they're version-dependant :
  fc_rcv_rtt, fc_total_retrans

The fields name depend on the operating system. FreeBSD and NetBSD prefix
all the field names with "__" so we have to rely on a few #ifdef for
portability.
2016-08-10 23:02:46 +02:00
..
design-thoughts
internals DOC: filters: Update the filters documentation accordingly to recent changes 2016-05-18 15:11:54 +02:00
lua-api DOC: lua: remove old functions 2016-08-03 00:05:59 +02:00
acl.fig
architecture.txt
close-options.txt
coding-style.txt
configuration.txt MINOR: tcp: add further tcp info fetchers 2016-08-10 23:02:46 +02:00
cookie-options.txt
gpl.txt
haproxy.1 BUG/MEDIUM: init: don't use environment locale 2016-05-19 07:19:19 +02:00
intro.txt
lgpl.txt
linux-syn-cookies.txt
lua.txt
management.txt DOC: spelling fixes 2016-07-05 19:11:02 +02:00
netscaler-client-ip-insertion-protocol.txt MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword 2016-06-20 23:02:47 +02:00
network-namespaces.txt
proxy-protocol.txt
queuing.fig