Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix(swarm): prevent overflow in keep-alive computation #4559
fix(swarm): prevent overflow in keep-alive computation #4559
Changes from 10 commits
a1d638f
ae3b8d2
e1f58b4
542d435
c485fc3
d4d268e
774cad5
d027079
004bae0
a91021b
9d9d315
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile with select features (mdns tcp dns tokio)
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile on wasm32-unknown-unknown
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile on wasm32-wasi
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile with select features (mdns tcp dns async-std)
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile on wasm32-unknown-emscripten
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / clippy (beta)
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / IPFS Integration tests
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Check rustdoc intra-doc links
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / examples
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / clippy (1.72.0)
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Compile with MSRV
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-allow-block-list
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-connection-limits
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-autonat
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-floodsub
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-dcutr
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-gossipsub
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-metrics
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-memory-connection-limits
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-identify
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-kad
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-ping
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-rendezvous
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-perf
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-swarm-test
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-webrtc-websys
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-server
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-relay
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-request-response
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-upnp
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-mdns
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-pnet
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-swarm
Check failure on line 491 in swarm/src/connection.rs
GitHub Actions / Test libp2p-tls