Looking for a Low-Latency TCP Congestion Avoidance Algorithm

I was looking at differnt types of TCP Congestion Avoidance algorithms and realized that they are almost all tailored toward "high speed networks with high latency" (aka. LFN)

Anybody know of a Congestion Avoidance algorithm used in low-latency networks?

The default was engineered for low-latency networks, I thought, hence the emphasis on engineering better algorithms for higher latency.

What are you referring to as the default?
Running Kernel 2.6.8 to 2.6.18 the "default" appears to be BIC:

In 2.6.19, the default changed to CUBIC:

However, BIC & CUBIC (just a variation on BIC) state that they are:

So what default are you referring to?

Basic TCP/IP itself, as well as the carrier-sense media-access control, exponential backoff, and so forth used on many media TCP is carried over.