Change udp socket buffer size on Linux Machine: Revision history

From AcrodusWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 October 2024

  • curprev 17:3817:38, 13 October 2024Alex talk contribs 422 bytes +422 Created page with "This changes the default socket buffer size within the kernel. Use the below commands to view the current settings. $ sysctl net.core.rmem_default net.core.rmem_default = 212992 $ sysctl net.core.rmem_max net.core.rmem_max = 212992 Use the below commands to edit the settings. $ sudo sysctl -w net.core.rmem_default=10000 net.core.rmem_default = 10000 sudo sysctl -w net.core.rmem_max=800000 net.core.rmem_max = 800000"