Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

feat: add peer:identify event to libp2p #395

Merged
merged 2 commits into from
May 5, 2023

Commits on May 5, 2023

  1. feat: add peer:identify event to libp2p

    This event is useful to evesdrop on network behaviour and helps to
    debug situations where a remote peer is sending bad data in it's
    identify response (for exapmle not including any routable addresses).
    
    An event is better than opening a protocol stream and sending more
    requests as remotes will frequently reset streams if there are too
    many concurrent identify requests, etc.
    achingbrain committed May 5, 2023
    Configuration menu
    Copy the full SHA
    5488b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bf58e View commit details
    Browse the repository at this point in the history