diff options
| author | Fuwn <[email protected]> | 2021-05-23 14:10:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 14:10:13 -0700 |
| commit | 5857cd1c3279421ecf417edde488b5694fa6b3e0 (patch) | |
| tree | 0ca6bd9db2db3149d72ee6d96f032acbf9a2de13 /crates/whirl_server/src/hub.rs | |
| parent | docs(global): more documentation (diff) | |
| download | whirl-5857cd1c3279421ecf417edde488b5694fa6b3e0.tar.xz whirl-5857cd1c3279421ecf417edde488b5694fa6b3e0.zip | |
docs(server): minor doc changes
Diffstat (limited to 'crates/whirl_server/src/hub.rs')
| -rw-r--r-- | crates/whirl_server/src/hub.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/whirl_server/src/hub.rs b/crates/whirl_server/src/hub.rs index 5bbc36a..10f3518 100644 --- a/crates/whirl_server/src/hub.rs +++ b/crates/whirl_server/src/hub.rs @@ -1,11 +1,12 @@ // Copyleft (ɔ) 2021-2021 The Whirlsplash Collective // SPDX-License-Identifier: GPL-3.0-only -//! The hub functions as a +//! The Hub functions as a //! [RoomServer](http://dev.worlds.net/private/GammaDocs/WorldServer.html#AutoServer). //! -//! The RoomServer is responsible for handling just about every request from the -//! client after they have been redirected to a room (hub). +//! A RoomServer is responsible for handling just about every request from the +//! client after they have been redirected to a room (Hub) and finished their +//! business with the Distributor (AutoServer). use std::{error::Error, net::SocketAddr, sync::Arc}; |