https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250499
Roman Bogorodskiy <no...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |no...@freebsd.org --- Comment #5 from Roman Bogorodskiy <no...@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 forum user Volts for pointing to this commit). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"