-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
implementations.json
87 lines (87 loc) · 2.34 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"
},
"ngtcp2": {
"image": "ghcr.io/ngtcp2/ngtcp2-interop:latest",
"url": "https://github.com/ngtcp2/ngtcp2",
"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": "public.ecr.aws/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/quic-interop/chrome-quic-interop-runner",
"role": "client"
},
"xquic": {
"image": "ghcr.io/alibaba/xquic/xquic-interop:latest",
"url": "https://github.com/alibaba/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"
},
"s2n-quic": {
"image": "awss2n/s2n-quic-qns:latest",
"url": "https://github.com/aws/s2n-quic",
"role": "both"
},
"go-x-net": {
"image": "us-central1-docker.pkg.dev/golang-interop-testing/quic/go-x-net:latest",
"url": "https://pkg.go.dev/golang.org/x/net/internal/quic",
"role": "both"
}
}