From 3e65ecb93d62d628b99d68fec8b1ec94993f4f09 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 11 Jan 2016 10:12:59 -0800 Subject: Stateless RPC rework --- ext/lwipopts.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/lwipopts.h b/ext/lwipopts.h index 6d2b0c22..6a4d5615 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -49,6 +49,14 @@ #undef TCP_MSS #define TCP_MSS 1460 + +/** + * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for + * reassembly (whole packets, not fragments!) + */ +// #undef MEMP_NUM_REASSDATA +//#define MEMP_NUM_REASSDATA 64 + /* The TCP window size can be adjusted by changing the define TCP_WND. However, do keep in mind that this should be at least twice the size of TCP_MSS (thus -- cgit v1.2.3