DragonFly-2.3.1.80.g3db1c master sys/netinet tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timer.h tcp_usrreq.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun May 17 01:25:54 PDT 2009


commit 3db1c8a32e7f0bbaf8f0095e3511f94f6eb8a336
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed May 13 21:14:15 2009 +0800

    tcp timer: Remember tcpcb owner thread's msgport, so timer message could
    be delivered to the correct msgport.
    
    While I am here, move tcp timer message creation for TCP IPv6 socket from
    tcp_newtcpcb() to tcp6_connect().
    
    Preliminary IPv6 test done by hasso@
    
    Dragonfly-issue: http://bugs.dragonflybsd.org/issue1361

Summary of changes:
 sys/netinet/tcp_subr.c     |   17 ++++++-----------
 sys/netinet/tcp_syncache.c |    2 +-
 sys/netinet/tcp_timer.c    |    5 +++--
 sys/netinet/tcp_timer.h    |    4 +++-
 sys/netinet/tcp_usrreq.c   |    9 ++++++++-
 5 files changed, 21 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3db1c8a32e7f0bbaf8f0095e3511f94f6eb8a336


-- 
DragonFly BSD source repository





More information about the Commits mailing list