Skip to content
Lars Eggert edited this page Jul 16, 2018 · 6 revisions

Public QUANT test server

A public quant server is running in EC2, for interop purposes. It listens on these ports:

  • quant.eggert.org:443 and quant.eggert.org:4433 - normal operation
  • quant.eggert.org:4434 - will respond to a Client-Initial with a Retry

Logs are available at https://quant.eggert.org/ over TCP, named by the first (=client-provided) connection ID value received by the server.

At the moment, the only content available is /index.html and /n, which responds with n bytes of random data.

The server restarts ten seconds after the last open connection closes.

The server usually runs whatever the current IETF-designated "implementation draft" is, currently https://github.com/quicwg/base-drafts/wiki/6th-Implementation-Draft

Clone this wiki locally