forked from quic-interop/quic-interop-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
implementations.json
54 lines (54 loc) · 1.05 KB
/
implementations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"quic-go": {
"url": "martenseemann/quic-go-interop:latest",
"role": "both"
},
"quicly": {
"url": "h2oserver/quicly-interop-runner:latest",
"role": "both"
},
"ngtcp2": {
"url": "ghcr.io/ngtcp2/ngtcp2-interop:latest",
"role": "both"
},
"quant": {
"url": "ntap/quant:interop",
"role": "both"
},
"mvfst": {
"url": "lnicco/mvfst-qns:latest",
"role": "both"
},
"quiche": {
"url": "cloudflare/quiche-qns:latest",
"role": "both"
},
"kwik": {
"url": "peterdoornbosch/kwik_n_flupke-interop",
"role": "client"
},
"picoquic": {
"url": "privateoctopus/picoquic:latest",
"role": "both"
},
"aioquic": {
"url": "aiortc/aioquic-qns:latest",
"role": "both"
},
"neqo": {
"url": "neqoquic/neqo-qns:latest",
"role": "both"
},
"nginx": {
"url": "nginx/nginx-quic-qns:latest",
"role": "server"
},
"msquic": {
"url": "mcr.microsoft.com/msquic/qns:latest",
"role": "server"
},
"pquic": {
"url": "pquic/pquic-interop:latest",
"role": "both"
}
}