CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2018/06/11 01:40:26

Modified files:
        sys/netinet    : tcp_debug.c tcp_input.c tcp_output.c 
                         tcp_timer.c tcp_usrreq.c tcp_var.h 

Log message:
The output from tcp debug sockets was incomplete.  After detach tp
was NULL and nothing was traced.  So save the old tcpcb and use
that to retrieve some information.  Note that otb may be freed and
must not be dereferenced.  Use a heuristic for cases where the
address family is in the IP header but not provided in the PCB.
OK visa@

Reply via email to