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

Support for different SCID length #3

Open
obonaventure opened this issue Nov 14, 2018 · 2 comments
Open

Support for different SCID length #3

obonaventure opened this issue Nov 14, 2018 · 2 comments

Comments

@obonaventure
Copy link

Since the initial packet can contain SCIDs of different lengths, it could be interesting to have tests with different values of the SCID length to check that remote servers can process connections from any SCID.

It could also be interesting to provide a plot of the ID length of the different servers

@mpiraux
Copy link
Member

mpiraux commented Nov 14, 2018

This use case raises two interesting points:

  • A test can be constituted of several runs. In this case, each run tries a possible SCID length. For now, each scenario produce a single run. Maybe we can define several steps to complete a given scenario ? I have to be cautious to not clutter the interface with too many results and group them as part of a single scenario.
  • There is no visualisation of the test results, but there is a high potential for using the test traces and present different graphs.

@mpiraux
Copy link
Member

mpiraux commented Nov 7, 2019

a44a129 adds a zero-length Source CID test, addressing a corner case of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants