[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 17 15:41:35 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244

Richard Scheffenegger <rscheff at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rscheff at freebsd.org

--- Comment #24 from Richard Scheffenegger <rscheff at freebsd.org> ---
The tp->t_flags in the BT mentioned earlier here decodes to
6130 03F4
        TF_NODELAY
       TF_SENTFIN
       TF_REQSCALE
       TF_RCVDSCALE
       TF_REQ_TSTMP
      TF_RCVD_TSTMP
      TF_SACK_PERMIT
  TF_FASTRECOVERY
  TF_WASFRECOVERY
 TF_TSO
TF_CONGRECOVERY
TF_WASCRECOVERY

Is net.inet.tcp.rfc6675_pipe enabled? If yes, see
https://reviews.freebsd.org/D29315

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list