aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/hub.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 14:10:13 -0700
committerFuwn <[email protected]>2021-05-23 14:10:13 -0700
commit5857cd1c3279421ecf417edde488b5694fa6b3e0 (patch)
tree0ca6bd9db2db3149d72ee6d96f032acbf9a2de13 /crates/whirl_server/src/hub.rs
parentdocs(global): more documentation (diff)
downloadwhirl-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.rs7
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};