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

[WIP] Add experimental QUIC support. #862

Closed
wants to merge 14 commits into from
Closed

Commits on Oct 19, 2018

  1. Add libp2p-quic

    tomaka committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    2869c55 View commit details
    Browse the repository at this point in the history
  2. Remove edition from Cargo.toml

    tomaka committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    3ab8f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

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

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    a187d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5113597 View commit details
    Browse the repository at this point in the history
  3. WIP

    twittner committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f1a7b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

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

Commits on Jan 15, 2019

  1. WIP

    twittner committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d52e84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c799777 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. WIP

    twittner committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    99030fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9960437 View commit details
    Browse the repository at this point in the history
  3. Small cleanup.

    twittner committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    45a6961 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    6a896ad View commit details
    Browse the repository at this point in the history
  2. Keep copy of dialing context in stream muxer.

    Since `QuicConfig::dial` consumes the context we better keep a copy in
    the future and subsequently the stream muxer to make sure it is not
    dropped prematurely. For listening it is assumed that the listener
    outlives the connections, hence we do not copy the context from a
    listening stream into each stream muxer.
    twittner committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    27ad1d4 View commit details
    Browse the repository at this point in the history