https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292884
--- Comment #13 from Mark Johnston <[email protected]> --- (In reply to Rick Macklem from comment #11) Yeah, this does strike me as most likely a TCP bug. In the freed socket, so->so_type == SOCK_DGRAM, but it's possible it was recycled once as a UDP socket before the panic. One can disable KTLS by setting kern.ipc.tls.enable=0. The stats under kern.ipc.tls would also reveal whether KTLS is actually in use. -- You are receiving this mail because: You are the assignee for the bug.
