_index

Results 16 comments of _index

> Hi, > > This isn't an issue but rather a request for a nudge in the right direction. I've made a fairly large application in Rust running on the...

Kill the pvc when this happens. Don't know what causes it either, but that fixes it.

Bump on this, really need this feature as well

> Can you paste a link to the documentation where you have found that this is the correct workaround? I'm pretty sure the `tcpip` functions are deprecated since quite some...

Which is mega weird now that I think about it because i'm looking at the code and i can't find this assert.

I know, it's the documentation of that function i'm reading, >This API doesn't lock the list, nor the TCPIP context, as this it's usually required to get atomic access between...

The crash I had was something like this: ``` assert failed: something /IDF/components/lwip/dontrememberwhere (Required to lock TCPIP core functionality!) ```

My current workaround for this is to set the mtu of the ethernet netif on the computer to 1420 with ```fish netsh interface ipv4 set subinterface "Ethernet" mtu=1420 store=persistent ```...

Yeah I think that's what I'll do, this isn't really your problem at this point since you just use what's available from the lower layer. Thanks anyway!

So we might be getting this [soon](https://github.com/espressif/esp-idf/issues/15319). However this would be merged into master for `esp-idf` right? So what's the relationship between the version of `esp-idf-svc` and the version of...