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

net: socket: dtls: handle multiple fragments in sendmsg() #69280

Merged
merged 2 commits into from Mar 6, 2024

Commits on Mar 5, 2024

  1. net: sockets: tls: Improve sendmsg() support on DTLS sockets

    DTLS socket should be able to combine more than one message into a
    single datagram when calling sendmsg().
    
    Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
    rlubos committed Mar 5, 2024
    Copy the full SHA
    5a9ad62 View commit details
    Browse the repository at this point in the history
  2. tests: net: sockets: tls: Extend sendmsg tests

    Add tests that verify that sendmsg() for DTLS works fine if provided
    with multiple buffers.
    
    Modify existing sendmsg() tests, so that we still tests the old
    behavior if the feature is disabled.
    
    Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
    rlubos committed Mar 5, 2024
    Copy the full SHA
    03fabef View commit details
    Browse the repository at this point in the history