HSTCP

Standard TCP performs poorly in networks with a large bandwidth-delay product.

HSTCP makes minor modifications to standard TCP's congestion control mechanism to overcome this limitation.

and when a loss is detected through triple duplicate acknowledgments, the window equals

This means that HSTCP's window will grow faster than standard TCP and also recover from losses more quickly.

Since only the congestion control mechanism is modified, HSTCP can be used with other TCP options like SACK.