Sha256: 5942a2dde33489cbcbafd54e6c8b3eff63936975f663dc6672097e7033bb9e5c
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 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 = {} LOG_ID = "SIP UDP IPv4 server" def log_id LOG_ID end end end
Version data entries
5 entries across 5 versions & 1 rubygems