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

Unable to run ping/pong with size 65536 if enabling lowlatency #1087

Closed
evshary opened this issue Jun 5, 2024 · 3 comments
Closed

Unable to run ping/pong with size 65536 if enabling lowlatency #1087

evshary opened this issue Jun 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@evshary
Copy link
Contributor

evshary commented Jun 5, 2024

Describe the bug

If we enable the lowlatency mode in the config, the ping/pong test will fail when the size is 65536.

To reproduce

  1. Create a config with
lowlatency: true,
qos: {
    enabled: false,
}
  1. Run pong
./target/release/examples/z_pong -c config.json5
  1. Run ping
./target/release/examples/z_ping 65536 -c config.json5

The ping/pong test doesn't work.

System info

  • Ubuntu 22.04
  • Zenoh: main branch
@evshary evshary added the bug Something isn't working label Jun 5, 2024
@evshary
Copy link
Contributor Author

evshary commented Jun 5, 2024

@Mallets @yellowhatter Do you remember the fragmentation is supported in lowlatency mode?

@yellowhatter
Copy link
Contributor

@Mallets @yellowhatter Do you remember the fragmentation is supported in lowlatency mode?

Currently there is no fragmentation for lowlatency transport

@evshary
Copy link
Contributor Author

evshary commented Jun 5, 2024

Currently there is no fragmentation for lowlatency transport

@yellowhatter Thank you for the explanation. Then I think this should be the limitation currently. I'll add some notes in the configuration file.

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