diff --git a/README.md b/README.md index f1424c0060dd89d7bcc3c0f40888b07a568a0fc0..fa1b385a0634924088d6f8eb25484ec468d2af05 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ export default Party; maxPeers: 0 // when 0, maxPeers is infinite } ``` - - `bool selfOptimize` - *optional(=true)* whether or not peers in a partial mesh network should self-optimize their connections. LioWebRTC uses a more object-oriented version of an adjacency list to represent the p2p graph, with the weights of the edges representing roundtrip latency between two nodes. With `selfOptimize` set to true, peers automatically disconnect from neighbors with latencies >=1 std. deviation from the mean. + - `bool selfOptimize` - *optional(=true)* whether or not peers in a partial mesh network should self-optimize their connections. LioWebRTC uses a more object-oriented version of an adjacency list to represent the p2p graph, with the weights of the edges representing roundtrip latency between two nodes. With `selfOptimize` set to true, peers automatically disconnect from neighbors with latencies >=1 std. deviation from the mean, and reconnect to a new random peer. ### Fields