diff options
| author | Jayanth Vijayaraghavan <jayanth@FreeBSD.org> | 2004-07-26 23:41:12 +0000 |
|---|---|---|
| committer | Jayanth Vijayaraghavan <jayanth@FreeBSD.org> | 2004-07-26 23:41:12 +0000 |
| commit | e9f2f80e0936070e3767e15f2e716789e8048256 (patch) | |
| tree | 5fcaa89b6e157481fa5631156d84b32309c3ae87 /sys/netinet/tcp_output.c | |
| parent | 0aa8ce5012b1efda43ae6bba078ca6a70e46673c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index f6afc1892ea1..c69b90aae8cb 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -951,7 +951,7 @@ send: tp->t_flags |= TF_SENTFIN; } } - if (tp->sack_enable && sack_rxmit && (p->rxmit != tp->snd_nxt)) + if (tp->sack_enable && sack_rxmit) goto timer; tp->snd_nxt += len; if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { |
