git: network - Add a tcp socket for faster keepalive timeouts

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 23 22:43:57 PDT 2010


commit 2a0c7c5294f5d8e2f9f8c9237e1aeed8a26c52a7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Sep 23 22:35:16 2010 -0700

    network - Add a tcp socket for faster keepalive timeouts
    
    * Add a new socket opt, TCP_FASTKEEP, which enables faster keepalive
      timeouts on a tcp socket.  This will be used by NFS.

Summary of changes:
 sys/netinet/tcp.h        |    1 +
 sys/netinet/tcp_input.c  |   13 ++++++++-----
 sys/netinet/tcp_timer.c  |    5 +++--
 sys/netinet/tcp_timer2.h |   13 +++++++++++++
 sys/netinet/tcp_usrreq.c |    6 ++++++
 sys/netinet/tcp_var.h    |    3 ++-
 sys/sys/socket.h         |    1 +
 7 files changed, 34 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2a0c7c5294f5d8e2f9f8c9237e1aeed8a26c52a7


-- 
DragonFly BSD source repository





More information about the Commits mailing list