Explorar o código

Remove accidentally committed change.

whitequark %!s(int64=8) %!d(string=hai) anos
pai
achega
22772f07df
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/socket/tcp.rs

+ 0 - 1
src/socket/tcp.rs

@@ -717,7 +717,6 @@ impl<'a> TcpSocket<'a> {
             (_, TcpRepr { seq_number, .. }) => {
                 let next_remote_seq = self.remote_seq_no + self.rx_buffer.len();
                 if seq_number > next_remote_seq {
-                    self.retransmit.reset();
                     net_trace!("[{}]{}:{}: unacceptable SEQ ({} not in {}..)",
                                self.debug_id, self.local_endpoint, self.remote_endpoint,
                                seq_number, next_remote_seq);