Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2018 09:04:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 225535] Delays in TCP connection over Gigabit Ethernet connections; Regression from 6.3-RELEASE
Message-ID:  <bug-225535-2472-aO6XhDULXP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225535-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225535-2472@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=225535

Aleksander Derevianko <aeder@list.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #21 from Aleksander Derevianko <aeder@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225535-2472-aO6XhDULXP>