FreeRTOS+TCP 4.0.0 What is the "proper" way to change end-point settings

Hi @epopov,

IMHO, FreeRTOS+TCP doesn’t support adding endpoints after TCP stack is initialized. The stack only enables the endpoint by executing network down event at the begining of the task.

Thanks.