Sha256: a5b9e8b05c0939b96d0c3f5bf04976b16feaf75800f010808d80f4f8568edb64
Contents?: true
Size: 454 Bytes
Versions: 18
Compression:
Stored size: 454 Bytes
Contents
module OverSIP::SIP class IPv4UdpServer < UdpConnection @ip_type = :ipv4 @transport = :udp @connections = nil # To be set after creating the unique server instance. @invite_server_transactions = {} @non_invite_server_transactions = {} @invite_client_transactions = {} @non_invite_client_transactions = {} @is_outbound_listener = true LOG_ID = "SIP UDP IPv4 server" def log_id LOG_ID end end end
Version data entries
18 entries across 18 versions & 2 rubygems