-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Don't timeout when receiving too many messages from choked peer - Merge branch 'sync-benchmarks'
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ouisync
updated
12 files
+6 −0 | lib/Cargo.toml | |
+223 −0 | lib/benches/bench_swarm.rs | |
+7 −7 | lib/src/network/client.rs | |
+12 −9 | lib/src/network/constants.rs | |
+1 −8 | lib/src/network/gateway.rs | |
+15 −9 | lib/src/network/message_broker.rs | |
+5 −12 | lib/src/network/message_dispatcher.rs | |
+2 −2 | lib/src/network/tests.rs | |
+38 −1 | lib/tests/common/mod.rs | |
+1 −1 | lib/tests/common/sync_watch.rs | |
+4 −1 | utils/swarm/Cargo.toml | |
+72 −26 | utils/swarm/src/main.rs |