summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-06-25 09:21:07 -0500
committerSteve Sakoman <steve@sakoman.com>2020-07-01 05:24:29 -1000
commit1a7bddb5471a02a744e7a441a3b4a6da693348b0 (patch)
treecfcfe6d89c4072ae973e19164d0338c6ecffd8a4 /.gitignore
parent767aa9316603a1c92c9c433a0c11ae98089bbc3a (diff)
downloadbitbake-1a7bddb5471a02a744e7a441a3b4a6da693348b0.tar.gz
hashserv: Chunkify large messages
The hash equivalence client and server can occasionally send messages that are too large for the server to fit in the receive buffer (64 KB). To prevent this, support is added to the protocol to "chunkify" the stream and break it up into manageable pieces that the server can each side can back together. Ideally, this would be negotiated by the client and server, but it's currently hard coded to 32 KB to prevent the round-trip delay. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e27a28c1e40e886ee68ba4b99b537ffc9c3577d4) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions