TCP Timeout And Retransmission

* TCP does not wait for the other end to acknowledge the retransmission. - At the receiver (vangogh) normal data is received in sequence (segment 43) - 256 bytes of data is passed up to the user process. - Next received segment (segment 46) is out of order, it starts at 6913 but 6657 is expected. ................
................