haproxy/include
Willy Tarreau 9641e8f6ee [MINOR] read optimizations based on the MSS
Generally, if a recv() returns less bytes than the MSS, it means that
there is nothing left in the system's buffers, and that it's not worth
trying to read again because we are very likely to get nothing. A
default read low limit has been set to 1460 bytes below which we stop
reading.

This has brought a little speed boost on small objects while maintaining
the same speed on large objects.
2007-03-23 23:02:09 +01:00
..
common [MINOR] read optimizations based on the MSS 2007-03-23 23:02:09 +01:00
import [MEDIUM] import ip_tproxy.h from cttproxy 2006-11-12 23:50:48 +01:00
proto [MINOR] HTTP: factorize all the header insertions 2007-03-18 22:36:26 +01:00
types [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00