Sha256: ab419d9768da98acb929ae9f01cdc2a05fea028a7c7f5f15a5aef634f65d08d8
Contents?: true
Size: 405 Bytes
Versions: 5
Compression:
Stored size: 405 Bytes
Contents
module OverSIP::WebSocket class IPv6WsServer < WsServer @ip_type = :ipv6 @transport = :ws @connections = {} @invite_server_transactions = {} @non_invite_server_transactions = {} @invite_client_transactions = {} @non_invite_client_transactions = {} @is_reliable_transport_listener = true LOG_ID = "SIP WS IPv6 server" def log_id LOG_ID end end end
Version data entries
5 entries across 5 versions & 1 rubygems