-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt the different congestion control defaults as in Rust (#407)
* Adopt the different congestion control defaults as in Rust * Fix clang-format check * Use proper internal congestion control functions * Use proper internal congestion control functions
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule zenoh-c
updated
14 files
+149 −61 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −1 | Cargo.toml.in | |
+230 −67 | build-resources/opaque-types/Cargo.lock | |
+7 −6 | build-resources/opaque-types/Cargo.toml | |
+15 −0 | include/zenoh_commons.h | |
+1 −1 | include/zenoh_constants.h | |
+1 −1 | src/advanced_publisher.rs | |
+18 −0 | src/commons.rs | |
+1 −1 | src/get.rs | |
+1 −1 | src/publisher.rs | |
+2 −2 | src/put.rs | |
+1 −1 | src/querier.rs | |
+2 −2 | src/queryable.rs |
Submodule zenoh-pico
updated
14 files
+2 −2 | .github/workflows/ci.yml | |
+0 −1 | CMakeLists.txt | |
+3 −3 | include/zenoh-pico.h | |
+12 −2 | include/zenoh-pico/api/constants.h | |
+0 −1 | include/zenoh-pico/config.h | |
+0 −1 | include/zenoh-pico/config.h.in | |
+2 −2 | library.json | |
+11 −11 | src/api/api.c | |
+6 −3 | src/collections/ring_mt.c | |
+3 −3 | src/net/liveliness.c | |
+1 −1 | tests/fragment.py | |
+2 −2 | tests/z_channels_test.c | |
+1 −1 | version.txt | |
+1 −1 | zenohpico.pc |