lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] LwIP tcp_output Pcb Corruption


From: Simon Goldschmidt
Subject: Re: [lwip-users] LwIP tcp_output Pcb Corruption
Date: Thu, 21 Mar 2013 20:23:50 +0100

 address@hidden 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]