mirror of https://github.com/nealey/vail.git
clarify docs
This commit is contained in:
parent
ba56a9e890
commit
c835e84922
|
@ -34,7 +34,7 @@ const Second = Millisecond * 1000
|
||||||
* Class variables you may enjoy:
|
* Class variables you may enjoy:
|
||||||
*
|
*
|
||||||
* delay: rx delay to add to incoming messages, higher-latency networks will need a larger value
|
* delay: rx delay to add to incoming messages, higher-latency networks will need a larger value
|
||||||
* transmitters: how many things are sending to the repeater right now
|
* transmitters: how many clients are sounding
|
||||||
* reconnect: if true, will try to maintain a connection to the server
|
* reconnect: if true, will try to maintain a connection to the server
|
||||||
* reconnectDelay: how long to wait between disconnection and reconnect attempt
|
* reconnectDelay: how long to wait between disconnection and reconnect attempt
|
||||||
* clients: how many connected clients the repeater last reported
|
* clients: how many connected clients the repeater last reported
|
||||||
|
|
Loading…
Reference in New Issue