mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: include/net/ipip.h The changes made to ipip.h in 'net' were already included in 'net-next' before that header was moved to another location. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
e2a553dbf1
238 changed files with 2888 additions and 1272 deletions
|
@ -1858,11 +1858,8 @@ void tcp_enter_loss(struct sock *sk, int how)
|
|||
if (tcp_is_reno(tp))
|
||||
tcp_reset_reno_sack(tp);
|
||||
|
||||
if (!how) {
|
||||
/* Push undo marker, if it was plain RTO and nothing
|
||||
* was retransmitted. */
|
||||
tp->undo_marker = tp->snd_una;
|
||||
} else {
|
||||
tp->undo_marker = tp->snd_una;
|
||||
if (how) {
|
||||
tp->sacked_out = 0;
|
||||
tp->fackets_out = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue