keyword 'subsystem'; remove whitespace; grammar fix.
This commit is contained in:
parent
4ec093d184
commit
d57d221234
|
@ -47,13 +47,13 @@ These are the short-term priorities for us. If you feel something is missing,
|
|||
please open a [Github issue](https://github.com/libp2p/go-libp2p-daemon/issues).
|
||||
|
||||
- ✅ Protobuf control API exposed over a Unix domain socket.
|
||||
- ✅ Connection lifecycle: connecting and disconnecting with peers.
|
||||
- ✅ Connection lifecycle: connecting and disconnecting to/from peers.
|
||||
- ✅ Stream lifecycle: opening and closing streams.
|
||||
- ✅ Stream <> unix socket 1:1 mapping.
|
||||
- ✅ Daemon identity: auto-generated, and persisted.
|
||||
- 🚧 DHT operations.
|
||||
- 🚧 Pubsub interactions.
|
||||
- Circuit relay support.
|
||||
- 🚧 Subsystem: DHT interactions.
|
||||
- 🚧 Subsystem: Pubsub interactions.
|
||||
- Subsystem: Circuit relay support.
|
||||
- Enabling interoperability testing between libp2p implementations.
|
||||
- Go binding.
|
||||
- Python binding.
|
||||
|
|
Loading…
Reference in New Issue