Skip to content

Commit

Permalink
transport-interop: enable wss for go-libp2p (#414)
Browse files Browse the repository at this point in the history
* transport-interop: enable wss for go-libp2p

* transport-iterop: enable wss for rust-libp2p

* remove wss for rust-libp2p

* add wss v0.36

---------

Co-authored-by: Prithvi Shahi <[email protected]>
  • Loading branch information
sukunrt and p-shahi authored Sep 30, 2024
1 parent 0bb35af commit 5664386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transport-interop/versionsInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"transports": [
"tcp",
"ws",
"wss",
"quic-v1",
"webtransport",
"webrtc-direct"
Expand All @@ -212,6 +213,7 @@
"transports": [
"tcp",
"ws",
"wss",
"quic-v1",
"webtransport",
"webrtc-direct"
Expand All @@ -229,6 +231,7 @@
"transports": [
"tcp",
"ws",
"wss",
"quic-v1",
"webtransport",
"webrtc-direct"
Expand Down

0 comments on commit 5664386

Please sign in to comment.