[MEDIUM] detect streaming buffers and tag them as such
authorWilly Tarreau <w@1wt.eu>
Sat, 3 May 2008 21:07:14 +0000 (23:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 May 2008 08:41:12 +0000 (10:41 +0200)
commit8a7af6031240c162a09095c7c7e7e99c1e6a9549
tree5ddf0e24f03309fcd73cd5fb875c3bc3ffb5b457
parentf2e8ee2b4634c209164c3522dbfb07f809026d6f
[MEDIUM] detect streaming buffers and tag them as such

Add the ability to detect streaming buffers, and set a
flag indicating it. It will later serve us in order to
dynamically resize them, and to prioritize file descriptors
during polls.
include/types/buffers.h
src/stream_sock.c