summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2003-11-20 21:47:20 +0000
committerandre <andre@FreeBSD.org>2003-11-20 21:47:20 +0000
commitb79d63c1784383aff642b916b1da2ab5e708f47c (patch)
tree4d5bd06dc10baff74a390f96602bc94b37a38dab /sys/dev/acpica
parent5afc80ec76d997afc8d8d55d508225217ec9a9fc (diff)
downloadFreeBSD-src-b79d63c1784383aff642b916b1da2ab5e708f47c.zip
FreeBSD-src-b79d63c1784383aff642b916b1da2ab5e708f47c.tar.gz
Introduce tcp_hostcache and remove the tcp specific metrics from
the routing table. Move all usage and references in the tcp stack from the routing table metrics to the tcp hostcache. It caches measured parameters of past tcp sessions to provide better initial start values for following connections from or to the same source or destination. Depending on the network parameters to/from the remote host this can lead to significant speedups for new tcp connections after the first one because they inherit and shortcut the learning curve. tcp_hostcache is designed for multiple concurrent access in SMP environments with high contention and is hash indexed by remote ip address. It removes significant locking requirements from the tcp stack with regard to the routing table. Reviewed by: sam (mentor), bms Reviewed by: -net, -current, core@kame.net (IPv6 parts) Approved by: re (scottl)
Diffstat (limited to 'sys/dev/acpica')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud