Page MenuHomeFreeBSD

Improve readability by adding an explicit comment about rfc3042.
AbandonedPublic

Authored by hiren on Sep 30 2015, 12:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 7:15 AM
Unknown Object (File)
Wed, Apr 1, 1:10 PM
Unknown Object (File)
Sun, Mar 22, 1:29 AM
Unknown Object (File)
Tue, Mar 10, 9:29 AM
Unknown Object (File)
Sat, Mar 7, 3:23 PM
Unknown Object (File)
Thu, Mar 5, 8:36 PM
Unknown Object (File)
Mar 1 2026, 12:17 AM
Unknown Object (File)
Jan 10 2026, 3:13 AM
Subscribers

Details

Reviewers
None
Group Reviewers
network
Summary

Explicitly state how we are supporting rfc3042.

Test Plan

No code changes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 663
Build 663: arc lint + arc unit

Event Timeline

hiren retitled this revision from to Improve readability by adding an explicit comment about rfc3042..
hiren updated this object.
hiren edited the test plan for this revision. (Show Details)
hiren added a reviewer: network.

Sorry, have to wordsmith this.

Process first and second duplicate ACKs. Each indicates a segment leaving the network, creating room for more. Make sure we can send a packet on reception of each duplicate ACK by increasing snd_cwnd by one segment. Restore the original snd_cwnd after packet transmission are recommended in RFC 3042.

Address wordsmithing by George.
Also removing 'as recommended by rfc' as it's implicit.

I'll commit this in a couple days.