Skip to content

Commit

Permalink
adding tls/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Oct 2, 2024
1 parent e6af18e commit c680ea7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions transport-interop/versionsInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "rust-v0.53",
"transports": [
"ws",
"tls/ws",
"tcp",
"quic-v1",
"webrtc-direct"
Expand All @@ -20,6 +21,7 @@
"id": "rust-v0.54",
"transports": [
"ws",
"tls/ws",
"tcp",
"quic-v1",
"webrtc-direct"
Expand Down Expand Up @@ -47,6 +49,10 @@
{
"name": "ws",
"onlyDial": true
},
{
"name": "tls/ws",
"onlyDial": true
}
],
"secureChannels": [
Expand All @@ -71,6 +77,10 @@
{
"name": "ws",
"onlyDial": true
},
{
"name": "tls/ws",
"onlyDial": true
}
],
"secureChannels": [
Expand Down

0 comments on commit c680ea7

Please sign in to comment.