We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we enable the lowlatency mode in the config, the ping/pong test will fail when the size is 65536.
lowlatency: true, qos: { enabled: false, }
./target/release/examples/z_pong -c config.json5
./target/release/examples/z_ping 65536 -c config.json5
The ping/pong test doesn't work.
The text was updated successfully, but these errors were encountered:
@Mallets @yellowhatter Do you remember the fragmentation is supported in lowlatency mode?
Sorry, something went wrong.
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.
No branches or pull requests
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
The ping/pong test doesn't work.
System info
The text was updated successfully, but these errors were encountered: