Previously, SACK rescue retransmissions would only trigger
on a partial ACK with no SACK block, when the loss recovery
was entered while no more data was ready to send beyond that.
However, when additional data is in the send buffer, it's
common for the sender to transmit data beyond that point.
Nevertheless, these packets may still hit an overloaded queue and
get dropped.
Construct a rescue retransmission to only include the initial
loss recovery point, such that subsequent further loss can
be reacted to with another congestion reaction.