Add proper PRR vnet declarations for consistency.
Also add pointer to tcpopt struct to tcp_do_prr_ack, in preparation
for it to deal with non-SACK window reduction (after loss).
No functional change.
MFC after: 2 weeks
Differential D29440 Authored by rscheff on Mar 27 2021, 10:26 AM.
Details Summary Add proper PRR vnet declarations for consistency. No functional change. MFC after: 2 weeks
Diff Detail
Event TimelineHerald added a reviewer: transport. · View Herald TranscriptMar 27 2021, 10:26 AM2021-03-27 10:26:58 (UTC+0) Harbormaster completed remote builds in B38107: Diff 86380.Mar 27 2021, 10:26 AM2021-03-27 10:26:58 (UTC+0) This revision is now accepted and ready to land.Apr 8 2021, 2:25 PM2021-04-08 14:25:37 (UTC+0) Closed by commit rG90cca08e91f5: tcp: Prepare PRR to work with NewReno LossRecovery (authored by rscheff). · Explain WhyApr 8 2021, 5:18 PM2021-04-08 17:18:10 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 87053 sys/netinet/tcp_input.c
sys/netinet/tcp_var.h
|
Is it necessary to acquire wlock for getsockopt?