Sha256: 302425c6511947d99101cb3bc2e7fad375248c52bbbbf0d3aa22dd6061f314af
Contents?: true
Size: 403 Bytes
Versions: 22
Compression:
Stored size: 403 Bytes
Contents
module OverSIP::SIP class IPv4TcpServer < TcpServer @ip_type = :ipv4 @transport = :tcp @connections = {} @invite_server_transactions = {} @non_invite_server_transactions = {} @invite_client_transactions = {} @non_invite_client_transactions = {} @is_reliable_transport_listener = true LOG_ID = "SIP TCP IPv4 server" def log_id LOG_ID end end end
Version data entries
22 entries across 22 versions & 1 rubygems