diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-12-30 10:20:14 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-30 11:22:49 -0800 |
commit | d956bb6668553694eb610ef89313e4a4b6bb0f72 (patch) | |
tree | fde6f463b0cc00be4c46d7caf24107419ae98918 /host/cmake/debian/uhd-host.sysctl | |
parent | 5993ee4a4d19a41ffe40dc1a17726d52f0b8b6d0 (diff) | |
download | uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.tar.gz uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.tar.bz2 uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.zip |
Added scripts and Debian configuration files for Ubuntu PPA
Diffstat (limited to 'host/cmake/debian/uhd-host.sysctl')
-rw-r--r-- | host/cmake/debian/uhd-host.sysctl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/cmake/debian/uhd-host.sysctl b/host/cmake/debian/uhd-host.sysctl new file mode 100644 index 000000000..038628fc5 --- /dev/null +++ b/host/cmake/debian/uhd-host.sysctl @@ -0,0 +1,3 @@ +# USRP2 gigabit ethernet transport tuning +net.core.rmem_max=50000000 +net.core.wmem_max=1048576 |