Searched hist:a9696510f5caef4a7c525fcf4359597798829350 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/cc/ |
H A D | cc_newreno.h | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | cc_cubic.h | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | cc.h | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | cc.c | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | cc_newreno.c | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | cc_cubic.c | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
/freebsd/share/man/man4/ |
H A D | cc_newreno.4 | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | mod_cc.4 | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|
H A D | rack.c | diff a9696510f5caef4a7c525fcf4359597798829350 Mon Feb 07 12:37:46 CET 2022 Randall Stewart <rrs@FreeBSD.org> tcp: Add hystart++ to our cubic implementation.
As promised to the transport call on 11/4/22 here is an implementation of hystart++ for cubic. It also cleans up the tcp_congestion function to have a better name. Common variables are moved into the general cc.h structure so that both cubic and newreno can use them for hystart++
Reviewed by: Michael Tuexen, Richard Scheffenegger Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D33035
|