summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2016-01-11 10:12:59 -0800
committerJoseph Henry <josephjah@gmail.com>2016-01-11 10:12:59 -0800
commit3e65ecb93d62d628b99d68fec8b1ec94993f4f09 (patch)
tree763cf3956766a28f6c767c067eabec49e039ecff /ext
parentff9317365a1d9498076b0971f0209fc2aec5c142 (diff)
downloadinfinitytier-3e65ecb93d62d628b99d68fec8b1ec94993f4f09.tar.gz
infinitytier-3e65ecb93d62d628b99d68fec8b1ec94993f4f09.zip
Stateless RPC rework
Diffstat (limited to 'ext')
-rw-r--r--ext/lwipopts.h8
1 files changed, 8 insertions, 0 deletions
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