Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103034627
D35731.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
D35731.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
@@ -12608,12 +12608,9 @@
rsm->r_tim_lastsent[0] = rack_to_usec_ts(&rack->r_ctl.act_rcv_time);
rsm->r_rtr_cnt = 1;
rsm->r_rtr_bytes = 0;
- if (tp->t_flags & TF_SENTFIN) {
- rsm->r_end = tp->snd_max - 1;
+ if (tp->t_flags & TF_SENTFIN)
rsm->r_flags |= RACK_HAS_FIN;
- } else {
- rsm->r_end = tp->snd_max;
- }
+ rsm->r_end = tp->snd_max;
if (tp->snd_una == tp->iss) {
/* The data space is one beyond snd_una */
rsm->r_flags |= RACK_HAS_SYN;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 2:21 AM (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14752287
Default Alt Text
D35731.diff (619 B)
Attached To
Mode
D35731: tcp rack: fix switch to RACK when a FIN has already been sent
Attached
Detach File
Event Timeline
Log In to Comment