mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Testing reading and writing from qemu-nbd using a unix domain socket shows that the platform default send buffer size is too low, leading to poor performance and hight cpu usage. Add a helper for setting socket send buffer size to be used in NBD code. It can also be used in other contexts. We don't need a helper for receive buffer size since it is not used with unix domain sockets. This is documented for Linux, and not documented for macOS. Failing to set the socket buffer size is not a fatal error, but the caller may want to warn about the failure. Signed-off-by: Nir Soffer <nirsof@gmail.com> Message-ID: <20250517201154.88456-2-nirsof@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com> |
4 weeks ago | |
---|---|---|
.. | ||
channel-buffer.h | 5 years ago | |
channel-command.h | 3 years ago | |
channel-file.h | 1 year ago | |
channel-null.h | 3 years ago | |
channel-socket.h | 4 weeks ago | |
channel-tls.h | 4 months ago | |
channel-util.h | 2 years ago | |
channel-watch.h | 5 years ago | |
channel-websock.h | 5 years ago | |
channel.h | 4 months ago | |
dns-resolver.h | 5 years ago | |
net-listener.h | 5 years ago | |
task.h | 1 year ago |