Returns false if flight is null.
shouldRetransmit
Check if a flight needs retransmission.
A flight should be retransmitted if the time since it was last sent exceeds the computed retransmission timeout based on the current retry count.
Parameters
flight | Pointer to the flight to check. |
now | The current monotonic time. |
Returns
true if the flight should be retransmitted, false otherwise.