class Murcure::Server::Udp

Overview

This class represents UDP part of server. Creates UDP socket and listens to pings.

Defined in:

murcure/server/udp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : UInt32, ssl_context : OpenSSL::SSL::Context::Server, state : State = State.new) #

[View source]

Instance Method Detail

def start! #

[View source]