-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
kind/supportA question or request for supportA question or request for support

Description
In ipfs whitepaper, two formulas mentioned in the BitSwap Strategy section of BitSwap Protocol, one is about debt ratio r, that is: r = bytes_send / (bytes_recv + 1), i find the source code in ledger.js #43 , another formula is about the probability of sending to a debtor, that is: P(send | r) = 1 - 1 / (1 + exp(6-3r)), i haven't found the source code of another formula for a long time, anyone knows?
Metadata
Metadata
Assignees
Labels
kind/supportA question or request for supportA question or request for support