Oussama Teffahi
Oussama Teffahi
This PR add a Conan recipe to install Zenoh-C (Currently only `0.10.1-rc`) without requiring Rust on the target host. The recipe pulls the necessary artefacts from upstream's github release for...
This PR adds a conan recipe that builds Zenoh-C from source. Specifically, this recipe builds a zenoh-c version (currently only `0.10.1-rc`) from source using Rust compiler and cmake. **Note: The...
This PR reworks the ACL config to support boolean combinations of subjects. An examples of the new config format is the following: ```json { "access_control": { "enabled": true, "default_permission": "deny",...
### Describe the bug Following issue #1159 which was caused by a bug in fetching the interface used in single-link connections, it has come to our attention that ACL logic...
### Describe the bug When closing a Zenoh session, it is expected that the socket is available after the `session.close()` call returns. This should be observed independently of which Link...
This PR updates the access control rules RFC with authentication and config changes that have been introduced in Zenoh 1.0.0.
### Describe the bug We noticed that some CI runs hang on closing router session for Quic link and lowlatency transport, for example [here](https://github.com/eclipse-zenoh/zenoh/actions/runs/10092765174/job/27907088617?pr=1266). Further investigation required. ### To reproduce...
Current link seems to be outdated and leads to 404. Closes https://github.com/eclipse-zenoh/zenoh-backend-influxdb/issues/271
### Describe the bug The orchestrator assumes that the locators contained in a HELLO message are endpoints that lead to the same Zenoh instance (i.e same ZID). This assumption is...
Hello, Is there a reason why the MTU is not configurable on the `webrtc-sctp` crate? Correct me if I'm wrong, but the crate and its supported connections don't seem to...