FreeBSD Bugzilla – Attachment 145689 Details for
Bug 192599
zero window and persist timer not set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
zerowin.patch (text/plain), 622 bytes, created by
Jeremiah
on 2014-08-11 21:52:51 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jeremiah
Created:
2014-08-11 21:52:51 UTC
Size:
622 bytes
patch
obsolete
>Index: sys/netinet/tcp_output.c >=================================================================== >--- sys/netinet/tcp_output.c (revision 269644) >+++ sys/netinet/tcp_output.c (working copy) >@@ -1290,7 +1290,12 @@ > tp->t_rxtshift = 0; > } > tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur); >- } >+ } else if (len == 0 && so->so_snd.sb_cc && >+ !tcp_timer_active(tp, TT_REXMT) && >+ !tcp_timer_active(tp, TT_PERSIST)) { >+ tp->t_rxtshift = 0; >+ tcp_setpersist(tp); >+ } > } else { > /* > * Persist case, update snd_max but since we are in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192599
: 145689 |
145717
|
145718