//
pkg.gl
Category
github.com/libp2p/go-libp2p
p2p
transport
webrtc
udpmux
package
0.41.0
Repository:
https://github.com/libp2p/go-libp2p.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
13
Dependents
1
Files
335 SLOC
#
Functions
NewUDPMux
#
Constants
ReceiveBufSize
ReceiveBufSize is the size of the buffer used to receive packets from the PacketConn.
#
Structs
Candidate
UDPMux
UDPMux multiplexes multiple ICE connections over a single net.PacketConn, generally a UDP socket.