DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: network - Fix netstat output missing entries


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 1 Nov 2010 22:11:48 -0700 (PDT)

commit ba1cb0ca95a27198f513a5c8fa4bc821e2581597
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Nov 1 22:08:35 2010 -0700

    network - Fix netstat output missing entries
    
    * netstat was missing entries due to the kernel pcb listing sysctl
      code doing a bogus generation count test which did not take into
      account pcb's which move between cpus due to e.g. a bind() operation.
    
    Reported-by: Thomas Nikolajsen <thomas.nikolajsen@mail.dk>

Summary of changes:
 sys/netinet/in_pcb.c   |    4 ----
 sys/netinet/tcp_subr.c |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba1cb0ca95a27198f513a5c8fa4bc821e2581597


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]