Martine Lenders

Results 355 comments of Martine Lenders

:exclamation: This may cause a semantic merge conflict with https://github.com/RIOT-OS/RIOT/pull/18434, once that is merged: `_get_len()` gains another parameter, so only trust Murdock if it has successfully build both with either...

This needs a backport to the 2022.07 branch as well.

> Did you do any tests? I don't have any idea on how to test this easily. Do we have any code that sets a NULL response handler at all,...

> ~~Mhh as I feared in https://github.com/RIOT-OS/RIOT/pull/18429#discussion_r941466783 there seems to happen no handling of the RST case. With another ACK, the server ceases sending, with the RST it just continues...

Fixed: Two problems still existed: expiring a memo does not delete the timer => doing that now, also I implementing the handling of RST message, by deleting the timeout and...

To test I ran 2 clients that speak via a proxy with #18386 to a server with ~5 requests per second. This causes enough loss to both create scenarios (especially...

Backport provided in #18436

> I find using "characters" utterly confusing. We're in total "one byte has eight bits" land, and so, fmt writes bytes to buffers. Mh... the type of all `out` parameters...