Remove accidentally committed change.

This commit is contained in:
whitequark 2017-05-29 17:15:35 +00:00
parent 53be7a7747
commit f29b610801
1 changed files with 0 additions and 1 deletions

View File

@ -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);