Skip to content

Commit

Permalink
Remove accidentally committed change.
Browse files Browse the repository at this point in the history
whitequark committed May 29, 2017
1 parent 961b12c commit 22772f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socket/tcp.rs
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 22772f0

Please sign in to comment.