Skip to content

Commit

Permalink
Adopt the different congestion control defaults as in Rust (#913)
Browse files Browse the repository at this point in the history
* Adopt the different congestion control defaults as in Rust

* Point to eclipse/zenoh main

* Fix zenoh-ext default-features import in Cargo.toml

* Add internal functions to return default congestion contorl value

* Set default congestion control constant to drop as in Rust

* Reintroduce unstable and shared-memory features

* Add default-features in build-resources/opaque-types/Cargo.toml
  • Loading branch information
Mallets authored Feb 12, 2025
1 parent 63a24e5 commit 2614936
Show file tree
Hide file tree
Showing 14 changed files with 111 additions and 77 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
flume = "*"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
flume = "*"
Expand Down
Loading

0 comments on commit 2614936

Please sign in to comment.