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 configurable packet size maximum #234

Merged
merged 2 commits into from
May 8, 2024

Commits on Apr 17, 2024

  1. Add configurable packet size maximum

    Packet size limits are set via the packetSize and packetSizeLimit
    Connection properties. packetSize default is still 2^17 bytes.
    packetSizeLimit default and minimum are packetSize. If packets
    larger than packetSizeLimit must be allocated, an error will be
    raised instead. LOB data will be subject to packetSize rather
    than packetSizeLimit.
    IanMcCurdy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    17655db View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    6b8cb35 View commit details
    Browse the repository at this point in the history