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

Richard Scheffenegger <rsch...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|b...@freebsd.org            |rsch...@freebsd.org

--- Comment #4 from Richard Scheffenegger <rsch...@freebsd.org> ---
Can you please enable bblogging:

Enable BBR logging for all TCP sessions:

# sysctl net.inet.tcp.bb.log_auto_mode=4
# sysctl net.inet.tcp.bb.log_auto_all=1
# sysctl net.inet.tcp.bb.log_auto_ratio=1

when this panic is easily reproducible? 

Alternatively, a tcpdump of the tcp session(s) within the ipsec tunnel (not a
interface packet capture, but after the decoding). 

The core should then contain full chains of the relevant information we could
extract offline...


The full sequence of tcp packets from the onset of packet loss and the ACKs
(with SACKs) from the remote side should yield some clue why this is happening.

This appears to be some kind of SACK (selective acknowledgment) accounting
error - but no recent change in this area...

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

Reply via email to