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

MPTCP: implementation of mptcp #1

Closed
wants to merge 10 commits into from
Closed

MPTCP: implementation of mptcp #1

wants to merge 10 commits into from

Commits on Mar 15, 2024

  1. MPTCP: test implementation

    this is a test implementatation of mptcp fot the http context of the nginx server
    mux99 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1ceecf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dbfb41 View commit details
    Browse the repository at this point in the history
  3. fix: alignment, hopefully

    mux99 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cd79505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    805265d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5001a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix: spacing

    mux99 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    baf8541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd09db View commit details
    Browse the repository at this point in the history
  3. fix: value already zero

    mux99 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8a2bed2 View commit details
    Browse the repository at this point in the history
  4. MPTCP: test implementation

    this is a test implementatation of mptcp fot the http context of the nginx server
    
    fix: replace socket call swap w/ fallback
    
    fix: alignment, hopefully
    
    fix: removed compilator mptcp test
    
    add: an option mptcp for streams
    
    fix: spacing
    
    fix: removed useless pre-processors
    
    fix: value already zero
    mux99 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6a8d150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2a3008 View commit details
    Browse the repository at this point in the history