//
pkg.gl
Category
github.com/pion/ion
pkg
rtc
rtpengine
package
0.4.6
Repository:
https://github.com/pion/ion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
90 SLOC
#
Packages
deadline
Package deadline provides deadline timer used to implement net.Conn compatible connection.
muxrtp
No description provided by the author
packetio
No description provided by the author
udp
Package udp provides a connection-oriented listener over a UDP PacketConn.
#
Functions
Close
Close close listener and break loop.
Serve
Serve listen on a port and accept udp conn func Serve(port int) chan *udp.Conn {.
ServeWithKCP
ServeWithKCP accept kcp conn.