aboutsummaryrefslogtreecommitdiffstats
path: root/doc/messages
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-19 21:40:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-19 21:40:26 +0200
commitb4cd5273bccc8ae09da2a60a11a7c9946fc2d9db (patch)
tree6bb4576534aa9c1aa014e63bef6191cb08bcf0a8 /doc/messages
parentm + store master thread (diff)
downloadmds-b4cd5273bccc8ae09da2a60a11a7c9946fc2d9db.tar.gz
mds-b4cd5273bccc8ae09da2a60a11a7c9946fc2d9db.tar.bz2
mds-b4cd5273bccc8ae09da2a60a11a7c9946fc2d9db.tar.xz
add broadcast support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/messages')
-rw-r--r--doc/messages8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/messages b/doc/messages
index 48c6b73..8dd583c 100644
--- a/doc/messages
+++ b/doc/messages
@@ -105,8 +105,14 @@ assumed that the client's ID is 0:0.
Clients automatically receives messages that is
-addressed to them with priority zero and mark that
+addressed to them with priority zero with a mark that
it will not modify the message. To address a message
to client include the header ‘To’ with the client's
ID [that the message is addressed to] as the value.
+Furthermore, client's automatically receives messages
+that include the header ‘To: all’ — a broadcast. Since
+servers are clients too they will also receive these
+messages; there are two exceptions, the kernel and
+the master server, neither of which are servers proper,
+but rather a dual-layer kernel.