benpicco

Results 395 comments of benpicco

Now that it's the responsibility of the driver to handle this, we can close this PR.

> The differences are all in the inputs, for decode, You need to track the symbols received and their symbol id's. > > Once you know where the gaps are,...

What does a setting of 1 mean? Even on RAM one can't address individual bits - is `write_gran` in meant to mean Bytes instead?

Ok, but it looks like `.write_gran` is not used anywhere outside of one demo application. Is this intentional, is it only a hit to the application and not used by...

So the idea is that a cllient would connect to the proxy via CoAP and the proxy would forward the connection via CoAPs to the server that it proxies for?...

I'm afraid I figured out why this does not work: In `_tl_authenticate()` [we loop](https://github.com/RIOT-OS/RIOT/blob/master/sys/net/application_layer/gcoap/gcoap.c#L1248) until timeout or a message is received. This message is supposed to be sent by `_on_sock_dtls_evt()`...

Urg that's bad. Is that not just an effect of the cache being cold on this one? I would have expected the package to be only checked out once per...

To rule out caching effects we could just merge this and if build times don’t recover after a few runs, revert this again. What do you think?