- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 24 2024
Feb 22 2024
I suspect this is not the final patch, but suffices for now to stop excessive inflation of cwnd on the first ACK when transistioning from slow-start to congestion avoidance.
The guidance given was that t_epoch should be reset at the time cc transitions from slow-start to cong-avoidance.
However, I would like to revisit this anew, once the major overhaul in D41715 is in...
- do max(1, div) instead max(maxseg, cwnd)/div
max(div, 1) prior of outer division.
Feb 21 2024
Feb 18 2024
- rebase main
- rebase main
- rebase main
- rebase main
- delta to D43355_sack_after_rto
- rebase to main
- rebase main
Feb 14 2024
Feb 12 2024
Better revert to the prior state (with tcp_timer_stop() in tcp_discardcb()) - D43855
Feb 11 2024
- stop timers instead
- split the MPASS checks
Feb 10 2024
Feb 9 2024
- leave scoreboard for another commit
- clear scoreboard in other instances as well
- tcp: stop timers and clean scoreboard when in tcp_close()
Feb 8 2024
Feb 7 2024
the hook part looks fine; won't comment on the vnet aspects...
- expand rfc5681 rto ssthresh calc to all relevant places.
- and also in rack
Feb 6 2024
Feb 5 2024
Jan 29 2024
2- rebase to main
This allows the core to be generated, and kgdb to recognize the it, but I could still not extract useful info thereafter with kgdb (cross platform amd64 / powerpc).
Jan 26 2024
- rebase main
- rebase main
- rebase to main
- rebase main
- rebase main
Jan 25 2024
no real lro stuff happening in the base stack.
- rebase to main
Jan 24 2024
- break lines at 80
- compact two consecutive if statements into one
- remove default: when no special action is necessary
- place statemens after case: in new line
- add /* FALLTHROUGH */ comments per style(9)
- properly initialize maxseg again
Jan 23 2024
- go back to passing a pointer but don't touch body of functions
- remove default case, as falling through and returning is the correct action.
- rebase and align
- rebase to main