]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add spares to the network stack for FreeBSD-9:
authorbz <bz@FreeBSD.org>
Sun, 17 Jul 2011 21:15:20 +0000 (21:15 +0000)
committerbz <bz@FreeBSD.org>
Sun, 17 Jul 2011 21:15:20 +0000 (21:15 +0000)
commit352be4e985c0df0cf92cf64d89515b0b32bd1bf4
tree30b630bd8b49f1677f29eda29cd406291b43802c
parentcecff2d26e805364b921c7eb9189e52e6ea24cb1
Add spares to the network stack for FreeBSD-9:
- TCP keep* timers
- TCP UTO (adjust from what was there already)
- netmap
- route caching
- user cookie (temporary to allow for the real fix)

Slightly re-shuffle struct ifnet moving fields out of the middle
of spares and to better align.

Discussed with: rwatson (slightly earlier version)
sys/net/if_var.h
sys/net/radix.h
sys/netinet/in_pcb.h
sys/netinet/tcp_syncache.h
sys/netinet/tcp_var.h