|
Halyri - Server
0.9.1
|
Classes | |
| class | UdpMediaRelayServerCore |
| Media broker service core for use with the UdpMediaClientSocket instances. Implements ping reply and simple routing mechanism. Accepts routing configuration packets (ControlPacket). For every guid, there can be a single target guid to which all MediaHeaderPackets and MediaContinuationPackets from that guid are sent. If there is no valid target mapping for the guid specified in a received media packet, the packet is silently ignored. More... | |
Functions | |
| delegate void | StatusMessage (string msg) |
| Delegate for loggable status message events. More... | |
| delegate void HalyriServer.Udp.StatusMessage | ( | string | msg | ) |
Delegate for loggable status message events.
| msg | Status message string |