Martine Lenders
Martine Lenders
Fixes #362 (possibly)
For a local test case of mine, I need to use the `TLS_PSK_WITH_AES_128_CCM_8` DTLS cipher suite with DNS-over-DTLS. The DTLS library that is used by `routedns` [apparently supports that](https://github.com/pion/dtls#psk), however...
### Contribution description This adds two fixes around the handling and sending of empty ACKs: 1. Send empty ACKs on CON response, even if there is no `memo` that matches...
### Contribution description This allows a forward proxy to ACK a request early, if the response from upstream takes too long. This is [based on the work](https://github.com/cgundogan/RIOT/commit/b4d727bd60f403e246ec9a8e34db370a10e83b36) by @chrysn for...
I've come to realize that many new users struggle with what to include into their application and realized that while we have a good API documentation there is no specific...
### Contribution description  This allows to set an upstream proxy for the local forward proxy. I had a look at what @cgundogan did...
### Contribution description Allows to deploy the forward proxy using CoAPS / proxying a CoAPS connection. ### Testing procedure Still needs some work, currently, the proxy reports a Bad Option...
### Contribution description The current wording of the `fmt` module may be a bit confusing (see https://github.com/RIOT-OS/RIOT/pull/18310). This PR aims to fix that. ### Testing procedure Read. ### Issues/PRs references...
In #17736 the parsing of a 0 option was introduced to the REPLY parsing function (see https://github.com/RIOT-OS/RIOT/pull/17736#pullrequestreview-898822390 for the full discussion). However, in https://github.com/RIOT-OS/RIOT/pull/18307 a out-of-bound error for the `len`...
### Contribution description This PR aims to address the first three tasks in https://github.com/RIOT-OS/RIOT/issues/16855. This is still WIP, but before I start changing types and documentation, I wanted to have...