User Details
- User Since
- Oct 18 2018, 9:44 PM (318 w, 6 d)
Thu, Nov 14
Tue, Nov 5
Apr 7 2024
Apr 5 2024
Apr 4 2024
Apr 3 2024
if idle is used as a boolean, why not be consequent about it and declare it as such also? To prevent future misuses with numeric calculations...
Mar 26 2024
Mar 22 2024
Mar 21 2024
Mar 18 2024
Mar 14 2024
- some compiler trickery to the correct struct member size
only minor whitespace nits. i'm ok with removing this macro mechanistically.
Mar 13 2024
Mar 12 2024
i've read through the TCP related changes, which look good to me. But that's only a minute part of this change. Others should comment on the remaining aspects of this major diff.
Mar 8 2024
addressed all comments.
- sort prototype definitions alphabetically
Mar 7 2024
- clean key material in the error path too.
Discussed transport
Mar 6 2024
Can I ping @kib like this?
As at least two, maybe three different NIC vendors have similar capabilities, wouldn't it make sense to have global, driver independent sysctls?
- clean before free all crypto material
Mar 1 2024
whitespace fix 2
whitespace fix
Feb 28 2024
MAIN e0dfecadf5946b6a8ad423be4eb1c14017b3a8a7 errors on make tinderbox with the same error:
Feb 27 2024
Feb 26 2024
Unfortunately, my box here is too small to build serveral universes.
Feb 25 2024
Apparently I've only checked clang or gccc12 but ont gcc13 - where there are subtle differences in what these compilers consider acceptable;
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