You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fast and easy fix is to have thread running in gnrc_conn.c that acts as a supervisor for all connections and hands all received packets to the various registered connections (that's basically how I did it for emb6 and lwip, but I did not an extra thread since they are already single threaded and pretty much do all that for you)
the more sophisticated and memory saving method would be to use core: mbox: initial commit #4919 for that and give every connection it's own mbox. This would require an adaption to gnrc_netreg to also take mboxs into account.
No description provided.
The text was updated successfully, but these errors were encountered: