Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly sync #242

Merged
merged 4 commits into from
May 17, 2024
Merged

Weekly sync #242

merged 4 commits into from
May 17, 2024

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    7794478 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    9532904 View commit details
    Browse the repository at this point in the history
  2. set SO_RCVBUF before connect

    SO_RCVBUF needs to be set before connect otherwise tcp settings will
    not be finalized correctly. And since autotuning is not engaged in this
    case, the throughput will suffer.
    dqminh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fef3277 View commit details
    Browse the repository at this point in the history
  3. TCP fast open server side support.

    Provide default and non_exhaustive for TcpSocketOptions to future proof
    its changes.
    
    Also fix an issue that TcpScoketOptions can't be used for IPv4 sockets
    at all.
    eaufavor committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fa73e37 View commit details
    Browse the repository at this point in the history