Use checksum algorithm 2 as default as it should be faster than 1 on most (if not all) platforms
This commit is contained in:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user