Thanks very much for your help.
You say that 'the RAW API cannot be used with xilkernel', i still not quite understand. we can use SBS(Standalone Board Support) functions under xilkernel, so why can't we write a application of lwip just use SBS? and the udp program in polling mode work well with xilkernel.
And sorry for the noise, i'm know few about the lwip's mechanism.
Ye Wu
On 10/19/06, Sathya Thammanur <[EMAIL PROTECTED]> wrote:
Hi Ye Wu,
As the current implementation stands, the RAW API cannot be used with xilkernel. The Sockets API is what is supported with xilkernel. Hence, the code written above will not work. The RAW API adapter has been optimized and hence will offer the best performance that you are looking for. The Sockets API is not optimized and hence the data rates seen is very much expected. As it stands today, you can choose to use the RAW API and go for the performance or you can work with Sockets API for ease of use of programming. You will need to make the choice based on your requirements.
Sathya
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
