-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[switch] start and stop accepting connections #440
Comments
Also depends on fixing these issues: |
Also the UTP transport has the same issue: |
@diasdavid there's an incongruence in the interface-transport docs:
|
We will also need to remove/change the |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [8.0.5](libp2p/js-libp2p-kad-dht@v8.0.4...v8.0.5) (2023-03-31) ### Dependencies * bump it-map from 2.0.1 to 3.0.1 ([libp2p#440](libp2p/js-libp2p-kad-dht#440)) ([8e02b3d](libp2p/js-libp2p-kad-dht@8e02b3d)) * bump it-take from 2.0.1 to 3.0.1 ([libp2p#439](libp2p/js-libp2p-kad-dht#439)) ([f85e2f9](libp2p/js-libp2p-kad-dht@f85e2f9)) * **dev:** bump it-last from 2.0.1 to 3.0.1 ([libp2p#438](libp2p/js-libp2p-kad-dht#438)) ([23cc94f](libp2p/js-libp2p-kad-dht@23cc94f))
For each different transport individually, in order to do connection throttling, it's important to be able to start and stop the listener by command of the user.
The text was updated successfully, but these errors were encountered: