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

RFC 9175: Add in support #786

Merged
merged 1 commit into from
Jun 22, 2022
Merged

RFC 9175: Add in support #786

merged 1 commit into from
Jun 22, 2022

Commits on Jun 21, 2022

  1. RFC9175: Add in support for the Echo and Request-Tag options

    A unique Request-Tag is added to any PUT/POST/FETCH request that contains
    a large body.  The server is then able to differentiate between concurrent
    sending of large data using the same session.
    
    If a server responds with a 4.01 and includes an Echo option, then the libcoap
    client retransmits the request adding in the received Echo option with the same
    value.
    
    If the server responds normally with an Echo option, then the next request
    from the libcoap client (internally added by libcoap) will contain that Echo
    option.
    
    It is the responsibility of the server application to add in the Echo
    option if required and validate the next request unless the Echo is triggered
    by OSCORE (RFC8613 Appendix B.1.2).
    mrdeep1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2165991 View commit details
    Browse the repository at this point in the history