summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear_2019.78.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2024-05-29 13:39:33 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-30 07:38:10 +0100
commite16d690e777c625f12c2838b6719fa913c159c69 (patch)
treeace40ae3b19c12297d54ceea8591b5bbb2aa0310 /meta/recipes-core/dropbear/dropbear_2019.78.bb
parent76a63bd031d923b0dc97ee34ae2faf595bbb98ae (diff)
downloadpoky-master.tar.gz
bitbake: hashserv: server: Add support for SO_REUSEPORTHEADmaster
SO_REUSEPORT is a socket option that allows multiple servers to listen on the same TCP port, and the kernel will automatically load balance the connections between them. This is particularly helpful for the hash server since it runs in a single thread. To take advantage of a multi-core server, multiple servers can be started in parallel with this option (up to 1 per CPU) and the kernel will load balance between them. (Bitbake rev: d72d5a7decb489e2af0ebc43cfea0ca3e4353e9b) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear_2019.78.bb')
0 files changed, 0 insertions, 0 deletions