From 58601da0389035dbb0a109a516da214f9877c0fc Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Wed, 13 May 2020 21:20:04 +0200 Subject: mpm: systemd: added systemd configuration files for network Added files which were previously maintained in meta-ettus repository but which are better placed alongside MPM itself: - eth0/int0/sfp0/sfp1.network: network configuration files - 70-sfp-net.rules: udev rule for automatically naming the network interfaces Signed-off-by: Joerg Hofrichter --- mpm/systemd/sysctl/usrp-hwd.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mpm/systemd/sysctl/usrp-hwd.conf (limited to 'mpm/systemd/sysctl') diff --git a/mpm/systemd/sysctl/usrp-hwd.conf b/mpm/systemd/sysctl/usrp-hwd.conf new file mode 100644 index 000000000..cf4996afa --- /dev/null +++ b/mpm/systemd/sysctl/usrp-hwd.conf @@ -0,0 +1,2 @@ +net.core.wmem_max=2500000 +net.core.rmem_max=2500000 -- cgit v1.2.3