[Bug 225535] Delays in TCP connection over Gigabit Ethernet connections; Regression from 6.3-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 1 09:04:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225535
Aleksander Derevianko <aeder at list.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Works As Intended
Status|New |Closed
--- Comment #21 from Aleksander Derevianko <aeder at list.ru> ---
OK, problem solved. 12-hours test doesn't show any delays longer then 1 ms.
For the future reference, only following parameters must be set in
/etc/sysctl.conf:
--------------------------------------------------
# Exact clock for nanosleep()
kern.timecounter.alloweddeviation=0
# Disable random delays in network/adapter code
kern.eventtimer.periodic=1
--------------------------------------------------
All other parameters (boot.loader) can be left as system defaults.
Closing defect with "Works As Intended" because it's possible to solve just in
OS configuration.
Thanks everybody for good support and good advices!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list