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

feat: close connections when too many streams are opened #213

Merged

Commits on Sep 6, 2022

  1. feat: close connections when too many streams are opened

    If we hit the inbound stream limit and the remote peer continues
    to attempt to open new streams at a rate we consider to be unreasonable,
    close the connection.
    
    Mplex has no notion of backpressure so this is all we can really
    do to protect ourselves.
    achingbrain committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f69703f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. chore: update deps

    achingbrain committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    51b5fcb View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    achingbrain committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    874c02f View commit details
    Browse the repository at this point in the history