Comment 9 for bug 278801

Revision history for this message
Dan Munckton (munckfish) wrote :

The i386 and PowerPC Intrepid ports kernels also need to be updated to use cubic:

$ git grep DEFAULT_TCP_CONG
config/hppa/config:CONFIG_DEFAULT_TCP_CONG="cubic"
config/i386/config:CONFIG_DEFAULT_TCP_CONG="reno"
config/ia64/config:CONFIG_DEFAULT_TCP_CONG="cubic"
config/powerpc/config:CONFIG_DEFAULT_TCP_CONG="reno"
config/sparc/config:CONFIG_DEFAULT_TCP_CONG="cubic"

Is this something that could go out in a ports SRU post Intrepid release, or would we have to wait for Jaunty?