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

[Feature request] TLS Ping, QUIC Ping #162

Open
PoneyClairDeLune opened this issue Jul 5, 2022 · 1 comment
Open

[Feature request] TLS Ping, QUIC Ping #162

PoneyClairDeLune opened this issue Jul 5, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@PoneyClairDeLune
Copy link

PoneyClairDeLune commented Jul 5, 2022

TLS Ping

Perform a TLS handshake with the server, wait for its reply, and in turn perform a TLS Ping.

QUIC Ping

UDP is connectionless, so there is no so-called UDP ping.

This is correct in most cases, but it doesn't consider protocols built upon UDP, like the widely-deployed QUIC. By manually setting the QUIC version to 0xbabababa, one can force the QUIC server to start negotiating the QUIC version, in turn performing a QUIC ping.
QUIC ping is already present in OONI Probe, but isn't easily usable at all.

@r12f
Copy link
Owner

r12f commented Jul 5, 2022

Hi @PoneyClairDeLune , thanks for the suggestion!

  • For TLS ping, let me think about it.
  • For QUIC ping. It is already supported, but not sure if you have tried it and have more specific ask : D.

@r12f r12f added the enhancement New feature or request label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants