Skip to content

Commit 34bad78

Browse files
committed
README.md: Mark ls as optional
go-multistream removed `ls` support in multiformats/go-multistream#76. This breaks compatibility with the multistream implementation in Rust see libp2p/rust-libp2p#2925. This commit updates the specification after the fact, explicitly making `ls` support optional.
1 parent c05dd72 commit 34bad78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ For example
139139
< ...
140140
```
141141

142+
Note that `ls` support is OPTIONAL, i.e. implementations MAY support sending and/or receiving `ls`. This in turn implies that implementations MUST NOT depend on a remote node supporting `ls`.
143+
142144
#### Implementation Recommendations
143145

144146
**Protocol Selection**

0 commit comments

Comments
 (0)