diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-01-08 11:00:57 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-01-08 11:00:57 +0100 |
commit | ddca9a0af8aef9d640187829f941555c83a9d937 (patch) | |
tree | dd14d0d255e57875cb591412b047f01d72ff068d | |
parent | 1a8d063f866f3c74d1098b1062530477c418a968 (diff) | |
download | comatose-ddca9a0af8aef9d640187829f941555c83a9d937.tar.gz comatose-ddca9a0af8aef9d640187829f941555c83a9d937.tar.bz2 comatose-ddca9a0af8aef9d640187829f941555c83a9d937.zip |
Add description for token passing
-rw-r--r-- | data/db.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/db.yaml b/data/db.yaml index df467d4..b4bb7f1 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -16,6 +16,9 @@ features: Stations access the medium in a random, uncoordinated fashion. access.token-passing: name: Token-passing + description: > + Permission to speak is granted by the node who previously held it + (the “token”) with no fixed master involved. access.polling: name: Polling description: > |