FreeBSD Bugzilla – Attachment 13042 Details for
Bug 24962
properly delay acks in half-closed TCP connections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 634 bytes, created by
Tony Finch
on 2001-02-09 01:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-02-09 01:30:03 UTC
Size:
634 bytes
patch
obsolete
>Index: tcp_input.c >=================================================================== >RCS file: /home/ncvs/src/sys/netinet/tcp_input.c,v >retrieving revision 1.107.2.4 >diff -u -r1.107.2.4 tcp_input.c >--- tcp_input.c 2000/08/16 06:14:23 1.107.2.4 >+++ tcp_input.c 2001/02/08 22:58:38 >@@ -176,7 +176,7 @@ > #define TCP_REASS(tp, th, tlenp, m, so, flags) { \ > if ((th)->th_seq == (tp)->rcv_nxt && \ > LIST_EMPTY(&(tp)->t_segq) && \ >- (tp)->t_state == TCPS_ESTABLISHED) { \ >+ (tp)->t_state >= TCPS_ESTABLISHED) { \ > if (tcp_delack_enabled) \ > callout_reset(tp->tt_delack, tcp_delacktime, \ > tcp_timer_delack, tp); \
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 24962
: 13042