-
Notifications
You must be signed in to change notification settings - Fork 773
Conversation
FAQ.md
Outdated
- If file's total size is less than 200MB, then the piece size is `4MB` by default. | ||
- Otherwise, it equals to `min{ totalSize/100MB + 2 MB, 15MB }`. | ||
|
||
## What is the difference between Dragonfly's P2P algorithm and bit-torrent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you help to answer this question? @garfield009 @lowzj
I think many peopler are curious about the answer.
f0528bf
to
b4aea07
Compare
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
=======================================
Coverage 59.36% 59.36%
=======================================
Files 32 32
Lines 1831 1831
=======================================
Hits 1087 1087
Misses 703 703
Partials 41 41 Continue to review full report at Codecov.
|
Do we have any other frequently asked questions? If yes, please comment on this pr or submit prs to add them? @starnop @zhouhaibing089 @fengzixu @lowzj @garfield009 |
As you see, there are many issues about pushing or pulling the private image from the private registry. I suggest that we should add related info to the FAQ.md. It can help the maintainers and members to reduce the pressure of replying the same question. @allencloud |
ea60624
to
a8cfb88
Compare
Good idea. @fengzixu |
LGTM |
- If file's total size is less than 200MB, then the piece size is `4MB` by default. | ||
- Otherwise, it equals to `min{ totalSize/100MB + 2 MB, 15MB }`. | ||
|
||
## What is the difference between Dragonfly's P2P algorithm and bit-torrent(BT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Allen Sun <[email protected]>
LGTM |
docs: add more questions in FAQ.md
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: Allen Sun [email protected]
Ⅰ. Describe what this PR did
FAQ is very important for end-users or developers to understand the project much better.
We have not sufficient question&answer in Dragonfly before.
Now I try to add more question&answer in FAQ.md.
If any reviewers or readers find that there should be more concrete questions there in FAQ.md, please do not hesitate to add question&answer in the file within a pull request, or in issue to request maintainers to add.
Ⅱ. Does this pull request fix one issue?
fix dragonflyoss/dragonfly#212
fix dragonflyoss/dragonfly#301 via question ## What is the policy of bandwidth limit in peer network
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
no need.
Ⅳ. Describe how to verify it
none
Ⅴ. Special notes for reviews
none