lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] UDP performance


From: christiaan . simons
Subject: [lwip-users] UDP performance
Date: Wed, 9 Jul 2003 10:48:47 +0200





Hi,

I'm thinking on how to improve the general perfromance of lwip.
Some small changes could give big improvements.

E.g. The udp pcb matching code loops twice. First to find
a fully matching PCB, and once again for a partial match.

It shouldn't be too complicated to change this to using
a single loop. Store the partial match if found, and
continue to improve on that until a full match is found.

Maybe someone can add this to a todo list.
(Or should I report it as bug on Savannah?)

There is also some "dead wood" commented in #if 0 #endif,
can this be removed? It makes the code less readable
and may be a source for future bugs...

Regards,

Christiaan Simons

Axon Digital Design
Phone: +31 13 511 6666
Fax: +31 13 511 4151
web: www.axon.tv

=====================================================================================================

The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed. Axon Digital Design Group is neither liable for the proper nor
for the complete transmission of the information contained in this
communication nor for any delay in its receipt. Axon Digital Design Group
does not guarantee that the integrity of this communication has been
maintained nor that the communication is free of viruses, interceptions or
interference. If you are not the intended recipient of this communication,
you are hereby notified that reading, disseminating, distributing or
copying this message is strictly prohibited. In that case please return the
communication to the sender and delete and destroy all copies. In carrying
out its engagements, Axon Digital Design Group applies general terms and
conditions, which contain a clause that limits its liability. A copy of
these terms and conditions is available on request free of charge.
=====================================================================================================





reply via email to

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