Module rustun::server

source ·
Expand description

Basic STUN servers.

This module provides only a basic STUN servers. If you want more elaborate one, please consider create your own server using Channel directly.

Structs§

Enums§

  • Action instructed by an operation of a message handler.

Constants§

Traits§

  • This trait allows for handling messages sent by clients.