package
0.6.4
Repository: https://github.com/wangpy/rtctunnel.git
Documentation: pkg.go.dev

# Functions

NewCond creates a new condition variable.
No description provided by the author
No description provided by the author
Open opens a new Connection.
WrapDataChannel wraps an rtc data channel and implements the net.Conn interface.

# Variables

No description provided by the author

# Structs

A Cond is a condition variable like sync.Cond, but using a channel so we can use select.
Conn wraps an RTCPeerConnection so connections can be made and accepted.
No description provided by the author
No description provided by the author
A DataChannel implements the net.Conn interface over a webrtc data channel.
No description provided by the author
No description provided by the author

# Interfaces

An RTCDataChannel abstracts an RTCDataChannel.
An RTCPeerConnection abstracts an RTCPeerConnection.