aboutsummaryrefslogtreecommitdiff
path: root/p2p/README.md
Commit message (Collapse)AuthorAgeFiles
* p2p: Major refactoring of the handshake protocolhozan232024-07-151
| | | | | | | Introduce a new protocol InitProtocol which can be used as the core protocol for initializing a connection with a peer. Move the handshake logic from the PeerPool module to the protocols directory and build a handshake protocol that implements InitProtocol trait.
* Remove redundant type aliaseshozan232024-06-271
|
* jsonrpc: spread out comments and clean uphozan232024-06-131
|
* update README.mdhozan232024-06-121
|
* minor updates README.mdhozan232024-05-201
|
* add support for tokio & improve net crate apihozan232024-05-191
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-021
|
* p2p/protocol: improve the Protocol APIhozan232023-11-291
|
* p2p: add the `Refreshing` section to README.mdhozan232023-11-281
|
* implement TLS for inbound and outbound connectionshozan232023-11-281
|
* update README.mdhozan232023-11-191
|
* karyons p2p: add README.mdhozan232023-11-191