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

Add WithMaxTxPacket server option #584

Merged
merged 1 commit into from Apr 26, 2024

Commits on Apr 26, 2024

  1. Add WithMaxTxPacket server option

    Add the WithMaxTxPacket and WithRSMaxTxPacket server options to increase
    the maximum tx packet size to a value above 32K. This allows to send
    bigger chunks of data to the client as response to a read request. As
    the client specifies the wanted length, it should be safe to increase
    the server maximum value.
    
    This in particular allows the implemented Client with the
    MaxPacketUnchecked option to retrieve data in larger chunks.
    
    Signed-off-by: Peter Verraedt <peter@verraedt.be>
    peterverraedt committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c1f47ba View commit details
    Browse the repository at this point in the history