summaryrefslogtreecommitdiffstats
path: root/lib/bb/siggen.py
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-06-25 09:21:07 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-26 18:57:18 +0100
commite27a28c1e40e886ee68ba4b99b537ffc9c3577d4 (patch)
treec5308ccd6ad255308a0c4609650cfe0adef6a1a5 /lib/bb/siggen.py
parent1483d17108da02f5d615e83403d5fd6288ca957c (diff)
downloadbitbake-e27a28c1e40e886ee68ba4b99b537ffc9c3577d4.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>
Diffstat (limited to 'lib/bb/siggen.py')
0 files changed, 0 insertions, 0 deletions