aboutsummaryrefslogtreecommitdiff
path: root/p2p/src/monitor/mod.rs
Commit message (Collapse)AuthorAgeFiles
* core: rename EventSys to EventEmitterhozan232024-07-151
|
* 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
|
* p2p/monitor: use struct instead of enum for monitor eventshozan232024-06-241