* a never ending connect() could lead to a fast select() loop if
  its timeout times the number of retransmits exceeded the server
  read or write timeout, because the later was used to compute
  select()'s timeout while the connection timeout was not reached.
1 file changed
tree: b044ba470135d1e58eea899c81c440eb95bda5a2
  1. doc/
  2. examples/
  3. include/
  4. src/
  5. tests/
  6. CHANGELOG
  7. haproxy.c
  8. Makefile
  9. README
  10. TODO