commit | 7f3225f2512f4b7e212212705ec5caecb5c7be74 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 19 06:15:17 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | 1f79760e975af5de1fc0c85b152701bdd09e4f28 | |
parent | d9cf540457342d1a14722a9f3212eceab3847349 [diff] |
MINOR: connection: add a flags argument to rcv_buf() The mux and transport rcv_buf() now takes a "flags" argument, just like the snd_buf() one or like the equivalent syscall lower part. The upper layers will use this to pass some information such as indicating whether the buffer is free from outgoing data or if the lower layer may allocate the buffer itself.