[email protected] wrote:

> 
>   I read this in the archive as part of an answer to a question about a 
> similar input problem:
>   "When running without an OS, you have to put new packets on a linked list 
> that is processed
>   periodically from main() (just like the timers)."  Is this true for 
> outgoing tcp packets?

No, it means don't call ethernet_input from the interrupt but from the main 
loop, too.

Simon
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to