Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109380909
D34180.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
616 B
Referenced Files
None
Subscribers
None
D34180.diff
View Options
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -16489,7 +16489,6 @@
sb_offset = tp->snd_max - tp->snd_una;
th->th_seq = htonl(tp->snd_max);
th->th_ack = htonl(tp->rcv_nxt);
- tcp_set_flags(th, flags);
th->th_win = htons((u_short)(rack->r_ctl.fsb.recwin >> tp->rcv_scale));
if (th->th_win == 0) {
tp->t_sndzerowin++;
@@ -16552,6 +16551,7 @@
ip->ip_tos |= ect;
}
}
+ tcp_set_flags(th, flags);
m->m_pkthdr.len = hdrlen + len; /* in6_cksum() need this */
#ifdef INET6
if (rack->r_is_v6) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 7:55 AM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16470327
Default Alt Text
D34180.diff (616 B)
Attached To
Mode
D34180: update tcp flags after ECN processing in rack_fast_output
Attached
Detach File
Event Timeline
Log In to Comment