File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88## SDK Flow Control
99
1010If the router being connected to supports it, the sdk can now manage flow control
11- instead of delegating that to the router. This is mostly importing when running
11+ instead of delegating that to the router. This is mostly important when running
1212multiple simultaneous circuits throught the SDK. When running multiple circuits,
1313a slow circuit can get stalled at the router because of flow control back-pressure.
1414This then back-pressures all circuits from the SDK to that router.
1515
16- By moving the flow-control to the SDK, a slow circuit will not negatively other
17- circuits to the same router. This is currently enabled in the ` DialOptions ` .
16+ By moving the flow-control to the SDK, a slow circuit will not negatively impact
17+ other circuits to the same router. This is currently enabled in the ` DialOptions ` .
1818
1919```
2020t := true
You can’t perform that action at this time.
0 commit comments