Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Improve stability of some USB-based wireless adapters' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Improve stability of some USB-based wireless adapters
Authored by: mjb on Fri, May 9 2008 at 9:19PM PDT
You can change these values 'on the fly' without having to reboot.

With root privileges, you can use the sysctl tool. The arguments are exactly the same format as each line in the file /etc/sysctl.conf. As an example:

sudo sysctl net.inet.udp.recvspace=42080
To re-run the entire file, you could do something like:
while read line;do sudo sysctl $line;done < /etc/sysctl.conf


[ Reply to This | # ]