Hi Marco, On Thu, Nov 24, 2016 at 10:12:13PM +0100, Marco Jakobs wrote: > > It can be as slow as possible (I'm using an RTOS, so it's not blocking > anything) ... but it should never loose data ;-)
Using an RTOS doesn't change anything, your uart tx function must wait if your fifo/queue/whatever is full. But… PPPoS in lwIP 1.4.1 is not thread safe and hard to do right. On which context are you calling the PPP input function ? Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
