Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 12:57:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 219428] em network driver broken in current
Message-ID:  <bug-219428-7501-fn3RRl8rsU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219428-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219428-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219428

--- Comment #24 from IPTRACE <arkadiusz.majewski@iptrace.pl> ---
My sysctl.conf file.

net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
net.inet.icmp.log_redirect=1
net.inet.icmp.drop_redirect=1
net.inet.ip.random_id=1
net.link.tap.up_on_open=1
net.inet.tcp.mssdflt=1440
net.inet.tcp.nolocaltimewait=1
net.inet.ip.check_interface=1
net.inet.ip.redirect=0
net.inet.tcp.drop_synfin=1
net.inet.tcp.msl=15000
net.inet.tcp.icmp_may_rst=0
net.inet.tcp.path_mtu_discovery=0
net.inet6.icmp6.rediraccept=0
net.inet6.ip6.redirect=0
kern.ipc.maxsockbuf=16777216
net.inet.tcp.sendspace=1048576
net.inet.tcp.recvspace=1048576
net.inet.tcp.sendbuf_max=16777216
net.inet.tcp.recvbuf_max=16777216
net.inet.tcp.sendbuf_inc=524288
net.inet.tcp.recvbuf_inc=524288
net.inet.tcp.cc.algorithm=cubic
net.inet.tcp.tso=0
net.inet.tcp.rexmit_slop=50
net.inet.tcp.msl=5000
net.inet.tcp.keepinit=5000
net.inet.tcp.finwait2_timeout=5000
net.inet.tcp.fast_finwait2_recycle=1
net.inet.tcp.always_keepalive=0
net.route.netisr_maxqlen=2048
net.inet.ip.process_options=0
net.inet.sctp.blackhole=2
net.inet.tcp.abc_l_var=44

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219428-7501-fn3RRl8rsU>