Put snd_recover in the same cache line as snd_una. Make room in the
authorJeffrey Hsu <hsu@dragonflybsd.org>
Thu, 20 May 2004 04:32:59 +0000 (04:32 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Thu, 20 May 2004 04:32:59 +0000 (04:32 +0000)
commitc1d3b892078cc0367e63be2ba92090763dc3e473
tree4ab542cff6da8b115290dcf4f9e7942608a82ae6
parentcfb3f3f47f97b6131afecb6425ef5cddeca4a6d8
Put snd_recover in the same cache line as snd_una.  Make room in the
snd_una cache line by coalescing the t_force field into t_flags and moving
snd_up into the old t_force slot.
sys/netinet/tcp_output.c
sys/netinet/tcp_timer.c
sys/netinet/tcp_usrreq.c
sys/netinet/tcp_var.h