/freebsd/sys/arm64/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/riscv/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
H A D | GENERIC | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/arm/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/powerpc/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
H A D | GENERIC | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/amd64/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
H A D | GENERIC | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/netinet/cc/ |
H A D | cc.c | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
/freebsd/sys/i386/conf/ |
H A D | DEFAULTS | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|
H A D | GENERIC | diff 7e3c9ec906c0710e34fa5b11104ee1c12f68a09f Fri Nov 12 18:05:03 CET 2021 Warner Losh <imp@FreeBSD.org> tcp: better congestion control defaults
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config files. It's the default congestion control algorithm. Add code to cc.c so that CC_DEFAULT is "newreno" if it's not overriden in the config file.
Sponsored by: Netflix Fixes: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
|