Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Optimize network buffers #405

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments
Closed

Optimize network buffers #405

GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

/etc/sysctl.d/10-securityonion.conf
net.core.rmem_default = 8388608
net.core.wmem_default = 8388608
net.ipv4.tcp_rmem = 1048576 4194304 16777216
net.ipv4.tcp_wmem = 1048576 4194304 16777216

Original issue reported on code.google.com by doug.bu...@gmail.com on 28 Oct 2013 at 7:52

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

net.core.rmem_default = 8388608
net.core.wmem_default = 8388608
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 1048576 4194304 16777216
net.ipv4.tcp_wmem = 1048576 4194304 16777216
net.core.netdev_max_backlog = 100000

Original comment by doug.bu...@gmail.com on 29 Oct 2013 at 4:55

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2013/11/new-snort-nsm-and-sostat-packages.html

Original comment by doug.bu...@gmail.com on 13 Nov 2013 at 1:57

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant