class Circed::Network::BurstProtocol

Overview

RFC 2813 compliant burst protocol implementation Handles network state synchronization when servers connect

Defined in:

circed/network/burst_protocol.cr

Class Method Summary

Class Method Detail

def self.process_burst_message(command : String, params : Array(String), link_server : LinkServer) #

Process received burst data from another server


[View source]
def self.send_burst(link_server : LinkServer) #

Perform complete network burst to newly connected server


[View source]