-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: added function to set socket receiving buffer size
Increasing socket receiving buffers can avoid losing datagram packets in case of a burst of incoming packets. The value is capped by /proc/sys/net/core/rmem_max on Linux (rmem_default is the default value if flb_net_socket_rcv_buffer is not called). Signed-off-by: Benoît GARNIER <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters