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

TCP_FASTOPEN option for Socket #336

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 24, 2022

  1. TCP_FASTOPEN option for Socket

    - Supported platforms: Linux-like, FreeBSD, macOS, Windows
    - ref rust-lang#49
    zonyitoo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    85c2f2d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    ba56e62 View commit details
    Browse the repository at this point in the history
  2. test for TCP_FASTOPEN

    zonyitoo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b481400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    008a844 View commit details
    Browse the repository at this point in the history
  4. only Linux can set value > 1

    zonyitoo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a9fa806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d10aa55 View commit details
    Browse the repository at this point in the history
  6. Update src/socket.rs

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    zonyitoo and Thomasdezeeuw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1a27707 View commit details
    Browse the repository at this point in the history
  7. Update tests/socket.rs

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    zonyitoo and Thomasdezeeuw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    345b754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61e2803 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. ignore unused mut

    zonyitoo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2a2bf8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f7800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb823f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. fixed FreeBSD CI and tests

    zonyitoo committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    b3a1b52 View commit details
    Browse the repository at this point in the history
  2. FreeBSD sysctl removed sudo

    zonyitoo committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    7199cf6 View commit details
    Browse the repository at this point in the history