Re-Initialize network stack without rebooting device #92945
Unanswered
mohanrajd-eaton
asked this question in
Q&A
Replies: 1 comment
-
It is not possible to re-initialize the network stack, what would that even mean i.e., what would be the use case for it. What do you mean by interface de-initialization, I don't understand what you are trying to do? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Working with STM32 U575 series of STM controller, need help in re-initializing network stack without device reboot.
Zephyr OS version: 3.6.0
Use case: Initialize/De-initialize network interface without rebooting the device.
Issue:
During network interface de-initialization observed net context used by remote connection is not getting released and which is causing buffer overflow issue during network interface re-initialization.
Question:
Is there any recommended way to re-initialize network stack run time without rebooting the device?
Is there a way to forcefully close the used net context ?
Beta Was this translation helpful? Give feedback.
All reactions