Skip to content

Commit 7e39664

Browse files
authored
Update rfcBBL203A.md
1 parent a0e596a commit 7e39664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beyond-bitswap/rfc/rfcBBL203A.md

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

56
## Abstract
67
This RFC proposes the exploration of using compression in block transmission. These techniques go from:
@@ -100,4 +101,4 @@ This RFC takes inspiration from:
100101
## Future Work
101102
- If the use of exchange requests and the negotiation phase for content transmission (RFC | BB | L1/2-01) is implemented, it makes sense that once identified a specific peer (or a group of them) as the ones storing a large number of the desired blocks, to request more advanced compression and network coding techniques for their transmission.
102103

103-
- Detect the type of data being exchanged in blocks and apply the most suitable compression for the data type, such as [image-specific compression ](https://developers.google.com/speed/webp/docs/compression)if images are being exchanged (for this approach, a node will need to have all the blocks for the data).
104+
- Detect the type of data being exchanged in blocks and apply the most suitable compression for the data type, such as [image-specific compression ](https://developers.google.com/speed/webp/docs/compression)if images are being exchanged (for this approach, a node will need to have all the blocks for the data).

0 commit comments

Comments
 (0)