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

fix(jetsocat,dgw): allow bigger JMUX messages #974

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Commits on Aug 14, 2024

  1. fix(jetsocat,dgw): allow bigger JMUX messages

    This updates the decoder part of the JMUX codec.
    
    The intention is to increase the maximum message size for JMUX message
    in the future.
    By increasing the maximum size from 4k to 16k, an improvement of about
    77.7% can be achieved when measuring using iperf.
    
    With 4k:
    
    > 0.0000-19.4523 sec  26.6 GBytes  11.7 Gbits/sec
    
    With 16k:
    
    > 0.0000-13.8540 sec  33.6 GBytes  20.8 Gbits/sec
    CBenoit committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5c8aa3b View commit details
    Browse the repository at this point in the history