core/event/identify library

Identify-related events for libp2p.

This is a port of the Go implementation from go-libp2p/core/event/identify.go to Dart, using native Dart idioms.

Classes

EvtPeerIdentificationCompleted
EvtPeerIdentificationCompleted is emitted when the initial identification round for a peer is completed.
EvtPeerIdentificationFailed
EvtPeerIdentificationFailed is emitted when the initial identification round for a peer failed.