gussabina wrote:
Is the recvmbox supposed to be created by bind() function?

It's supposed to be allocated in socket() (that function fails if mbox allocation fails) and removed in close() only. That's what makes me think your port's mbox alloc/dealloc/check functions don't work correctly...

Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to