Class
Transport::UdpTransport
In:
sipper/transport/udp_transport.rb
Parent:
BaseTransport
Methods
get_next_message
instance
new
running
send
start_transport
stop_transport
to_s
Included Modules
SipLogger
SIP::Transport::UnreliableTransport
Constants
MAX_RECV_BUFFER
=
65500
Public Class methods
instance
(i, p, q=nil)
new
(ip, port, external_q)
comment : need to synchronize on queue and
running
paramaters
Public Instance methods
get_next_message
()
running
()
send
(mesg, flags, *ipport)
start_transport
()
stop_transport
()
to_s
()
[Validate]