DragonFly commits List (threaded) for 2004-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet tcp_output.c tcp_timer.c tcp_usrreq.c tcp_var.h
hsu 2004/05/19 21:32:59 PDT
DragonFly src repository
Modified files:
sys/netinet tcp_output.c tcp_timer.c tcp_usrreq.c
tcp_var.h
Log:
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.
Revision Changes Path
1.12 +7 -6 src/sys/netinet/tcp_output.c
1.8 +2 -2 src/sys/netinet/tcp_timer.c
1.23 +2 -2 src/sys/netinet/tcp_usrreq.c
1.20 +4 -4 src/sys/netinet/tcp_var.h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_output.c.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_timer.c.diff?r1=1.7&r2=1.8&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_usrreq.c.diff?r1=1.22&r2=1.23&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_var.h.diff?r1=1.19&r2=1.20&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]