DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: network - Add a tcp socket for faster keepalive timeouts
commit 2a0c7c5294f5d8e2f9f8c9237e1aeed8a26c52a7
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]