mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Use checksum algorithm 2 as default as it should be faster than 1 on most (if not all) platforms
This commit is contained in:
parent
cbb86fe590
commit
b1736b13d7
@ -57,7 +57,7 @@
|
||||
#ifndef LWIP_CHKSUM
|
||||
# define LWIP_CHKSUM lwip_standard_chksum
|
||||
# ifndef LWIP_CHKSUM_ALGORITHM
|
||||
# define LWIP_CHKSUM_ALGORITHM 1
|
||||
# define LWIP_CHKSUM_ALGORITHM 2
|
||||
# endif
|
||||
#endif
|
||||
/* If none set: */
|
||||
|
Loading…
Reference in New Issue
Block a user