diff options
author | Hiren Panchasara <hiren@FreeBSD.org> | 2015-12-11 06:22:58 +0000 |
---|---|---|
committer | Hiren Panchasara <hiren@FreeBSD.org> | 2015-12-11 06:22:58 +0000 |
commit | 4d16338223d040eaf70307851efb3140e3c7b1d4 (patch) | |
tree | d8de32f02ed559074467cfba02ce4fa5aeb624b3 /sys/netinet/tcp_hostcache.h | |
parent | 3b5966d10fcdd4dd136dc90c6b5094b9fc706966 (diff) |
Clean up unused bandwidth entry in the TCP hostcache.
Submitted by: Jason Wolfe (j at nitrology dot com)
Reviewed by: rrs, hiren
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D4154
Notes
Notes:
svn path=/head/; revision=292087
Diffstat (limited to 'sys/netinet/tcp_hostcache.h')
-rw-r--r-- | sys/netinet/tcp_hostcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.h b/sys/netinet/tcp_hostcache.h index 05aea125f3fb..44875ff68f6e 100644 --- a/sys/netinet/tcp_hostcache.h +++ b/sys/netinet/tcp_hostcache.h @@ -57,7 +57,6 @@ struct hc_metrics { u_long rmx_ssthresh; /* outbound gateway buffer limit */ u_long rmx_rtt; /* estimated round trip time */ u_long rmx_rttvar; /* estimated rtt variance */ - u_long rmx_bandwidth; /* estimated bandwidth */ u_long rmx_cwnd; /* congestion window */ u_long rmx_sendpipe; /* outbound delay-bandwidth product */ u_long rmx_recvpipe; /* inbound delay-bandwidth product */ |