Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Created October 20, 2014 19:44
Show Gist options
  • Save jordanwesthoff/010a4562ba10a0de0178 to your computer and use it in GitHub Desktop.
Save jordanwesthoff/010a4562ba10a0de0178 to your computer and use it in GitHub Desktop.
Network Stack Settings for UltraGrid on OSX
# 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