View Source Sippet.Transports.UDP (Sippet v1.0.16)

Implements an UDP transport.

The UDP transport consists basically in a single listening and sending process, this implementation itself.

This process creates an UDP socket and keeps listening for datagrams in active mode. Its job is to forward the datagrams to the processing receiver defined in Sippet.Transports.Receiver.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the UDP transport.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Starts the UDP transport.