Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
add FAQ
Browse files Browse the repository at this point in the history
Signed-off-by: yunfeiyangbuaa <[email protected]>
  • Loading branch information
yunfeiyanggzq committed Sep 24, 2019
1 parent 6d3a6d5 commit db32623
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,11 @@ If you are in China,docker container uses UTC time(Coordinated Universal Time) a

## How to join Dragonfly as a member

Please check the [CONTRIBUTING.md](CONTRIBUTING.md#join-dragonfly-as-a-member)
Please check the [CONTRIBUTING.md](CONTRIBUTING.md#join-dragonfly-as-a-member)

## How dfget connect to supernodes in multiple-supernode mode

If supernodes are set in multiple-supernode mode, dfget will connect to one of these supernodes randomly.
Because dfget will randomize the order of all supernodes it knows and store them in a slice.
If dfget connects to the first supernode unsuccessfully, it will connect to the second supernode in the slice.
And so on until all the known supernodes fail to access twice, the dfget will exit with download failure.

0 comments on commit db32623

Please sign in to comment.