Skip to content

Commit a65bf30

Browse files
committed
Minor style fixes
1 parent 1b78756 commit a65bf30

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

beyond-bitswap/rfc/rfcBBL102.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RFC| BB | L1-02: TTLs for rebroadcasting WANT messages
2-
Status: `Draft`
3-
Implementation here:
1+
# RFC|BB|L1-02: TTLs for rebroadcasting WANT messages
2+
* Status: `Draft`
3+
* Implementation here:
44

55
## Abstract
66

beyond-bitswap/rfc/rfcBBL104.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# RFC|BB|L1-04: Track WANT messages for future queries
2-
Status: `Draft`
2+
* Status: `Draft`
3+
* Implementation here: https://github.com/adlrocha/go-bitswap/tree/feature/rfcBBL104
34

45
## Abstract
56

67
This RFC proposes to leverage the knowledge acquired when receiving WANT messages sent by others in future requests issued by the peer tracking them. By keeping track of the WANT messages received, a peer will have the possibility to assert the likelihood of a peer having a block after a period of time, the rationale being: if someone asked for this in the past, they probably have it by now. With this information, a peer can issue queries to the peers that might have the block without having to enter in a discovery phase.
78

89
<!-- Full description here: https://docs.google.com/document/d/1zjJCZel8zJzgK3XuHK0YZlNffEHThq7tUOssGgRTryY/edit#heading=h.6qnrq913vou6 -->
910

10-
Implementation here: https://github.com/adlrocha/go-bitswap/tree/feature/rfcBBL104
11-
1211
## Shortcomings
1312
Bitswap nodes currently send WANT messages blindly to all its connected peers. On the other hand, WANT messages include a lot of useful information about “recently accessed content” of a nodes’ connected peers. By tracking this information more directed and efficient searches of content can be performed.
1413

beyond-bitswap/rfc/rfcBBL1201.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# RFC| BB | L12-01: Bitswap/Graphsync exchange messages extension and transmission choice
2-
Status: `Draft`
3-
4-
Implementation here: https://github.com/
1+
# RFC|BB|L12-01: Bitswap/Graphsync exchange messages extension and transmission choice
2+
* Status: `Draft`
3+
* Implementation here: https://github.com/
54

65
## Abstract
76
This RFC proposes expanding Bitswap and Graphsync exchange messages with additional information. This information is used in content requests for receivers to be able to understand clearly the content requested; and in responses so responders can share his specific level of fulfillment of the request to the requestor. With this information the requestor can select the best nodes to perform the actual request to have the best performance possible in the transmission.

beyond-bitswap/rfc/rfcBBL203A.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# RFC|BB|L2-03A: Use of compression and adjustable block size
2-
Status: `Draft`
3-
4-
Implementation here: https://github.com/adlrocha/go-bitswap/tree/feature/rfcBBL203A
2+
* Status: `Draft`
3+
* Implementation here: https://github.com/adlrocha/go-bitswap/tree/feature/rfcBBL203A
54

65
## Abstract
76
This RFC proposes the exploration of using compression in block transmission. These techniques go from:

beyond-bitswap/rfc/rfcBBL207.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# RFC|BB | L2-07: Request minimum piece size and content protocol extension
2-
Status: `Brainstorm`
3-
4-
Implementation here: https://github.com/
1+
# RFC|BB|L2-07: Request minimum piece size and content protocol extension
2+
* Status: `Brainstorm`
3+
* Implementation here: https://github.com/
54

65
<!-- Full description here: https://docs.google.com/document/d/1zjJCZel8zJzgK3XuHK0YZlNffEHThq7tUOssGgRTryY/edit#heading=h.6qnrq913vou6 -->
76

beyond-bitswap/rfc/template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# RFC|\<code>: \<name>
2-
## Abstract
3-
Status: `Draft`
4-
5-
Implementation here: https://github.com/
2+
* Status: `Draft`
3+
* Implementation here: https://github.com/adlrocha/
64

5+
## Abstract
76
<!-- Full description here: https://docs.google.com/document/d/1zjJCZel8zJzgK3XuHK0YZlNffEHThq7tUOssGgRTryY/edit#heading=h.6qnrq913vou6 -->
87

98

0 commit comments

Comments
 (0)