Remove debug code not needed anymore.
Submitted by: Richard Scheffenegger Reviewed by: tuexen@ MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D23208
This commit is contained in:
parent
2e67e6ffa3
commit
6745815d25
@ -165,11 +165,6 @@ tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end)
|
||||
|
||||
KASSERT(SEQ_LT(rcv_start, rcv_end), ("rcv_start < rcv_end"));
|
||||
|
||||
if (tp->t_inpcb->inp_socket->so_options & SO_DEBUG) {
|
||||
log(LOG_DEBUG, "\nDSACK update: %d..%d, rcv_nxt: %u\n",
|
||||
rcv_start, rcv_end, tp->rcv_nxt);
|
||||
}
|
||||
|
||||
if (SEQ_LT(rcv_end, tp->rcv_nxt) ||
|
||||
((rcv_end == tp->rcv_nxt) &&
|
||||
(tp->rcv_numsacks > 0 ) &&
|
||||
|
Loading…
Reference in New Issue
Block a user