Date: Sun, 24 Jan 2021 12:35:15 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 250499] [tcp] Should we reject the packet with timestamp if no timestamp in SYN and SYN_ACK? Message-ID: <bug-250499-7501-qL18dpMxoX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250499-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-250499-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=3D250499 Roman Bogorodskiy <novel@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novel@FreeBSD.org --- Comment #5 from Roman Bogorodskiy <novel@FreeBSD.org> --- Hi, Hope this is a right place to report this. This commit appears to be causing issues with the multimedia/plexmediaserver port. One of the tasks of this software is to do video decoding, and after = this patch that breaks. Sometimes its HTTP-based API fails to respond, and also there are a many connections in LAST_ACK state: $ netstat -4n|grep LAST_ACK|wc -l 415 $ netstat -4n|grep LAST_ACK|grep "127.0.0.1.32400"|wc -l 396 127.0.0.1.32400 corresponds to the Plex API endpoint. Reverting this patch fixes the issue. Original bug report is here: https://forums.plex.tv/t/transcoder-errors-on-freebsd/676180 (thanks to for= um user Volts for pointing to this commit). --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250499-7501-qL18dpMxoX>