diff options
author | Joseph Henry <josephjah@gmail.com> | 2016-01-13 12:19:48 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2016-01-13 12:19:48 -0800 |
commit | c3e2cb9b8e6b187dc827704c69a2fbb4b5cf2909 (patch) | |
tree | 42f145dd8b22f6a93f7963c6084b5f509e5b39a6 /ext/lwipopts.h | |
parent | bdabe40c65fd2205140902c0a62dfea2ab92fced (diff) | |
download | infinitytier-c3e2cb9b8e6b187dc827704c69a2fbb4b5cf2909.tar.gz infinitytier-c3e2cb9b8e6b187dc827704c69a2fbb4b5cf2909.zip |
Modified PCB/state management logic
Diffstat (limited to 'ext/lwipopts.h')
-rw-r--r-- | ext/lwipopts.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/lwipopts.h b/ext/lwipopts.h index 6a4d5615..71053461 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -49,14 +49,6 @@ #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 @@ -480,4 +472,4 @@ happening sooner than they should. */ #define PPP_SUPPORT 0 -#endif /* __LWIPOPTS_H__ */ +#endif /* __LWIPOPTS_H__ */
\ No newline at end of file |