From 67c3615594dce39f0aabb709b3473235b09c0444 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Fri, 22 Nov 2019 01:30:42 +0000 Subject: [PATCH] Adding webrtc-aside. This transport is yet an other webrtc transport but instead of current it doesn't use any meeting server or any protocol. Instead it use a libp2p stream so it can use circuit or ws for SDP trickle exchange. The only drawback is it require routing. Then its DTLS for security and SCTP for muxing. --- protocols.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols.csv b/protocols.csv index b028881..1a9cf7a 100644 --- a/protocols.csv +++ b/protocols.csv @@ -28,5 +28,6 @@ code, size, name, comment 277, 0, p2p-stardust, 275, 0, p2p-webrtc-star, 276, 0, p2p-webrtc-direct, +278, 0, webrtc-aside, 290, 0, p2p-circuit, 777, V, memory, in memory transport for self-dialing and testing; arbitrary