lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP performance with FreeRTOS


From: Simon Goldschmidt
Subject: Re: [lwip-users] lwIP performance with FreeRTOS
Date: Tue, 28 Feb 2012 11:32:05 +0100

"Simon Goldschmidt" <address@hidden> wrote:
> Oh, and while looking at the lwIP sources, I saw you'd better call
> netconn_sendto() instead of netconn_connect() and netconn_send(), as it is
> implemented with only 1 call into the core instead of 2.

Plus I jstu noticed that netconn_connect() doesn't use the core-locking feature 
but uses the traditional message-passing (don't ask me why), so that's no even 
sped up by enabling core-locking.

Simon
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

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