summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_hostcache.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326272
* Remove "long" variables from the TCP stack (not including the modularJonathan T. Looney2016-10-061-14/+14
| | | | | | | | | | | | congestion control framework). Reviewed by: gnn, lstewart (partial) Sponsored by: Juniper Networks, Netflix Differential Revision: (multiple) Tested by: Limelight, Netflix Notes: svn path=/head/; revision=306769
* Clean up unused bandwidth entry in the TCP hostcache.Hiren Panchasara2015-12-111-1/+0
| | | | | | | | | | 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: svn path=/head/; revision=292087
* Add scope zone id to the in_endpoints and hc_metrics structures.Andrey V. Elsukov2014-09-101-0/+1
| | | | | | | | | | | | | | | | A non-global IPv6 address can be used in more than one zone of the same scope. This zone index is used to identify to which zone a non-global address belongs. Also we can have many foreign hosts with equal non-global addresses, but from different zones. So, they can have different metrics in the host cache. Obtained from: Yandex LLC Sponsored by: Yandex LLC Notes: svn path=/head/; revision=271400
* Add an essential .h file that skipped from the last commit (r185419).Marko Zec2008-11-281-0/+82
Pointy hat #1 on... Pointed out by: bz Notes: svn path=/head/; revision=185420