Updated networking flow (markdown)
parent
2de2524dce
commit
28b5e739e5
|
@ -26,8 +26,9 @@ beacon_chain/libp2p_backend.nim:
|
||||||
vendor/nim-libp2p/libp2p/switch.nim:
|
vendor/nim-libp2p/libp2p/switch.nim:
|
||||||
|
|
||||||
- Switch.start()
|
- Switch.start()
|
||||||
- for each Switch.transports and each Switch.peerInfo awaits Transport.listen(MultiAddress, inner `handle` closure)
|
- for each Switch.transports and each Switch.peerInfo awaits Transport.listen(MultiAddress, Switch.start.handle)
|
||||||
- returns a seq of these futures
|
- (returns a seq of these futures)
|
||||||
|
- awaits PubSub.start() on Switch.pubSub
|
||||||
- Switch.start.handle(Connection)
|
- Switch.start.handle(Connection)
|
||||||
- awaits Switch.upgradeIncoming(Connection)
|
- awaits Switch.upgradeIncoming(Connection)
|
||||||
- awaits Connection.close()
|
- awaits Connection.close()
|
||||||
|
|
Loading…
Reference in New Issue