Skip to content
#

quic

Here are 148 public repositories matching this topic...

nibanks
nibanks commented Jul 23, 2020

Now that we have code coverage enabled there are a few places we can easily improve test coverage for.

  • Get/Set all parameters for all types of objects
  • Trigger the Settings updated code path by setting a registry key
  • Test out multiple registration execution modes
  • Test Server IP load balancing mode
  • Packet drops in validating received initial token
  • Trace ru
Ralith
Ralith commented May 24, 2020

When stateless retries are enabled, Quinn embeds some state in the retry token and authenticates it with a HMAC. This information is not secret, so the current approach works, but it would be more in the spirit of QUIC to use strong encryption to prevent other parties from coming to rely on that data, creating a stability hazard.

The stateless nature of retry tokens requires some care if we wan

lsquic

Improve this page

Add a description, image, and links to the quic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quic topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.