Skip to content

Commit

Permalink
Adding json require list
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Jan 18, 2024
1 parent 31b5ffc commit 39999ab
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/interop/required.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,5 +618,52 @@
"s2n-quic": [],
"s2n-quic-rustls": [],
"xquic": []
},
"resumption": {
"aioquic": [
"client",
"server"
],
"kwik": [
"client",
"server"
],
"lsquic": [
"client",
"server"
],
"mvfst": [
"client",
"server"
],
"neqo": [
"client",
"server"
],
"ngtcp2": [
"client",
"server"
],
"picoquic": [
"client",
"server"
],
"quic-go": [
"client",
"server"
],
"quiche": [
"client",
"server"
],
"s2n-quic": [
"client",
"server"
],
"s2n-quic-rustls": [],
"xquic": [
"client",
"server"
]
}
}

0 comments on commit 39999ab

Please sign in to comment.