Added the LWIP_CHECKSUM_ON_COPY bit to the LwIP configuration document
This commit is contained in:
parent
6a346412fe
commit
4ba3077534
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
* If you chose `CONFIG_TICKLESS`, `NO_SYS` will be activated and the following
|
||||
* are deactivated: `LWIP_SOCKET`, `LWIP_NETCON`, `LWIP_NETIF_API`.
|
||||
*
|
||||
* Another interesting feature is `LWIP_CHECKSUM_ON_COPY`. Deactivating it leads
|
||||
* to higher network throughput for on-die communication.
|
||||
*
|
||||
* See LwIP documentation for more specific information about the individual effects of
|
||||
* manipulating the LwIP configuration flags/values.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue