For sending, an arbitrary amount of buffers is allocated, but only 4
kB for receiving data. That is extremely small and leads to a
wasteful number of receive system calls when a lot of data is
received. We can easily afford 64 kB, so let's try this as the new
default.
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
type: size
level: advanced
desc: Maximum amount of data to prefetch out of the socket receive buffer
- default: 4_K
+ default: 64_K
with_legacy: true
- name: ms_initial_backoff
type: float