Skip to content

Instantly share code, notes, and snippets.

@rgacogne
Created June 23, 2023 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgacogne/0666bc5e88a53618d51b99c72b7c5f72 to your computer and use it in GitHub Desktop.
Save rgacogne/0666bc5e88a53618d51b99c72b7c5f72 to your computer and use it in GitHub Desktop.
Linux UDP socket tuning
sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core.wmem_max=26214400
sysctl -w net.core.wmem_default=26214400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment