DragonFly-2.1.1.63.g2d42d master sys/netinet tcp_subr.c tcp_timer2.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Dec 16 06:38:03 PST 2008


commit 2d42d2b0d6f02c8e85ed9abda2f1b19f4eab6e36
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Dec 16 21:40:42 2008 +0800

    Remove tcpcb.tt_msg == NULL tests in tcp_callout_*().
    
    tcpcb.tt_msg == NULL could only happen for TCP listen sockets, while
    for this kind of sockets, tcp timers should never be used.
    
    Suggested-by: dillon@

Summary of changes:
 sys/netinet/tcp_subr.c   |   15 +++++++++------
 sys/netinet/tcp_timer2.h |   14 +++++---------
 2 files changed, 14 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=2d42d2b0d6f02c8e85ed9abda2f1b19f4eab6e36


-- 
DragonFly BSD source repository





More information about the Commits mailing list