Documentation ¶
Index ¶
- Variables
- type Bind
- func (b *Bind) BatchSize() int
- func (b *Bind) Close() (ierr error)
- func (b *Bind) NewPeerConnection() (*webrtc.PeerConnection, error)
- func (b *Bind) Open(port uint16) (fns []conn.ReceiveFunc, actualPort uint16, ierr error)
- func (b *Bind) ParseEndpoint(s string) (ep conn.Endpoint, err error)
- func (b *Bind) Send(bufs [][]byte, ep conn.Endpoint) (err error)
- func (b *Bind) SetMark(mark uint32) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEndpointImpl = errors.New("endpoint is not wgortc.Endpoint")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.