]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: hashserv: Ensure we don't accumulate sockets in TIME_WAIT state
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Aug 2019 21:54:43 +0000 (22:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2019 09:05:32 +0000 (10:05 +0100)
commit0b38a37e59eebd33d3b42359ed79c5f3e36e01b9
tree267d25e2bde8835cf95cb2cbf9d5936c8ddc8626
parent2cb6a75b5ad54fb4224a41a65a4f2bcc902f5b94
bitbake: hashserv: Ensure we don't accumulate sockets in TIME_WAIT state

This can cause a huge backlog of closing sockets on the server and
in our case we don't really want/need the protection TCP is trying to
give us so work around it.

(Bitbake rev: 7bc79fdf60519231da7c0c7b5b6143ce090ed830)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/hashserv/__init__.py