haproxy/include
Willy Tarreau b034b2598d MEDIUM: channel: implement a zero-copy buffer transfer
bi_swpbuf() swaps the buffer passed in argument with the one attached to
the channel, but only if this last one is empty. The idea is to avoid a
copy when buffers can simply be swapped.
2014-12-24 23:47:33 +01:00
..
common MAJOR: session: only wake up as many sessions as available buffers permit 2014-12-24 23:47:33 +01:00
import
proto MEDIUM: channel: implement a zero-copy buffer transfer 2014-12-24 23:47:33 +01:00
types MINOR: config: implement global setting tune.buffers.limit 2014-12-24 23:47:33 +01:00