Created
October 20, 2014 19:44
-
-
Save jordanwesthoff/010a4562ba10a0de0178 to your computer and use it in GitHub Desktop.
Network Stack Settings for UltraGrid on OSX
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
# Extending network buffers for UltraGrid on OSX | |
# Edit: /etc/sysctl.conf | |
# Extended network buffers for UltraGrid | |
kern.ipc.maxsockbuf=33554432 | |
net.inet.udp.recvspace=5944320 | |
sudo nvram boot-args="ncl=131072" # for OS X 10.6 | |
sudo nvram boot-args="ncl=262144" # for OS X 10.7 and newer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment