forked from quic-interop/quic-interop-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimplementations.json
87 lines (87 loc) · 2.23 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"quic-go": {
"image": "martenseemann/quic-go-interop:latest",
"url": "https://github.com/lucas-clemente/quic-go",
"role": "both"
},
"quicly": {
"image": "h2oserver/quicly-interop-runner:latest",
"url": "https://github.com/h2o/quicly",
"role": "both"
},
"ngtcp2": {
"image": "ghcr.io/ngtcp2/ngtcp2-interop:latest",
"url": "https://github.com/ngtcp2/ngtcp2",
"role": "both"
},
"quant": {
"image": "ntap/quant:interop",
"url": "https://github.com/NTAP/quant",
"role": "both"
},
"mvfst": {
"image": "lnicco/mvfst-qns:latest",
"url": "https://github.com/facebookincubator/mvfst",
"role": "both"
},
"quiche": {
"image": "cloudflare/quiche-qns:latest",
"url": "https://github.com/cloudflare/quiche",
"role": "both"
},
"kwik": {
"image": "peterdoornbosch/kwik_n_flupke-interop",
"url": "https://github.com/ptrd/kwik",
"role": "both"
},
"picoquic": {
"image": "privateoctopus/picoquic:latest",
"url": "https://github.com/private-octopus/picoquic",
"role": "both"
},
"aioquic": {
"image": "aiortc/aioquic-qns:latest",
"url": "https://github.com/aiortc/aioquic",
"role": "both"
},
"neqo": {
"image": "neqoquic/neqo-qns:latest",
"url": "https://github.com/mozilla/neqo",
"role": "both"
},
"nginx": {
"image": "nginx/nginx-quic-qns:latest",
"url": "https://quic.nginx.org/",
"role": "server"
},
"msquic": {
"image": "ghcr.io/microsoft/msquic/qns:main",
"url": "https://github.com/microsoft/msquic",
"role": "both"
},
"chrome": {
"image": "martenseemann/chrome-quic-interop-runner",
"url": "https://github.com/marten-seemann/chrome-quic-interop-runner",
"role": "client"
},
"xquic": {
"image": "kulsk/xquic:latest",
"url": "https://github.com/Kulsk/xquic",
"role": "both"
},
"lsquic": {
"image": "litespeedtech/lsquic-qir:latest",
"url": "https://github.com/litespeedtech/lsquic",
"role": "both"
},
"haproxy": {
"image": "haproxytech/haproxy-qns:latest",
"url": "https://github.com/haproxy/haproxy",
"role": "server"
},
"quinn": {
"image": "stammw/quinn-interop:latest",
"url": "https://github.com/quinn-rs/quinn",
"role": "both"
}
}