Sippet v1.0.1 Sippet.Transports.UDP View Source
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
.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the UDP transport.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Starts the UDP transport.