Skip to content
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

[Bug] Fragmentation stop working with zenoh-pico #629

Closed
jean-roland opened this issue Dec 18, 2023 · 3 comments
Closed

[Bug] Fragmentation stop working with zenoh-pico #629

jean-roland opened this issue Dec 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@jean-roland
Copy link

Describe the bug

Trying to send fragmented from zenoh-picoh to a router no longer works as of commit #585 on master.

To reproduce

  1. Start a router: ./target/release/zenohd -l tcp/127.0.0.1:7447 --no-multicast-scouting
  2. Start a zenoh-pico publisher with values >65kB: rand=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 65536 | head -n 1) ./build/examples/z_pub -e tcp/127.0.0.1:7447 -v $rand

System info

  • Zenoh version commit 1dc31d4 and later.
@jean-roland jean-roland added the bug Something isn't working label Dec 18, 2023
@Mallets
Copy link
Member

Mallets commented Dec 18, 2023

See eclipse-zenoh/zenoh-pico#291 and #630

@Mallets
Copy link
Member

Mallets commented Jan 25, 2024

@jean-roland as far as I understand this issues is now solved. Can you please confirm?

@jean-roland
Copy link
Author

Yes, it has been fixed on the zenoh-pico side. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants