FreeBSD Bugzilla – Attachment 6749 Details for
Bug 15095
TCP's advertised window is not scaled immediately upon discovering use of Window scale option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 596 bytes, created by
aron
on 1999-11-26 03:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
aron
Created:
1999-11-26 03:20:00 UTC
Size:
596 bytes
patch
obsolete
>--- /sys/netinet/tcp_input.c Sun Aug 29 11:29:54 1999 >+++ tcp_input.c Wed Nov 10 15:39:49 1999 >@@ -857,6 +857,9 @@ > (TF_RCVD_SCALE|TF_REQ_SCALE)) { > tp->snd_scale = tp->requested_s_scale; > tp->rcv_scale = tp->request_r_scale; >+ >+ tp->snd_wnd <<= tp->snd_scale; >+ tiwin = tp->snd_wnd; > } > /* Segment is acceptable, update cache if undefined. */ > if (taop->tao_ccsent == 0)
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 15095
: 6749