We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818ee2 commit bb97c76Copy full SHA for bb97c76
components/net/lwip-1.4.1/src/lwipopts.h
@@ -374,6 +374,18 @@
374
#define ARP_TABLE_SIZE 10
375
#define ARP_QUEUEING 1
376
377
+/* ---------- Checksum options ---------- */
378
+#ifdef RT_LWIP_USING_HW_CHECKSUM
379
+#define CHECKSUM_GEN_IP 0
380
+#define CHECKSUM_GEN_UDP 0
381
+#define CHECKSUM_GEN_TCP 0
382
+#define CHECKSUM_GEN_ICMP 0
383
+#define CHECKSUM_CHECK_IP 0
384
+#define CHECKSUM_CHECK_UDP 0
385
+#define CHECKSUM_CHECK_TCP 0
386
+#define CHECKSUM_CHECK_ICMP 0
387
+#endif
388
+
389
/* ---------- IP options ---------- */
390
/* Define IP_FORWARD to 1 if you wish to have the ability to forward
391
IP packets across network interfaces. If you are going to run lwIP
0 commit comments