summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/net/uip/uipopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/net/uip/uipopt.h')
-rw-r--r--nuttx/include/nuttx/net/uip/uipopt.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/nuttx/include/nuttx/net/uip/uipopt.h b/nuttx/include/nuttx/net/uip/uipopt.h
index 5059d7e1b..fb85b4ad7 100644
--- a/nuttx/include/nuttx/net/uip/uipopt.h
+++ b/nuttx/include/nuttx/net/uip/uipopt.h
@@ -305,30 +305,6 @@
# undef CONFIG_NET_NTCP_READAHEAD_BUFFERS
#endif
-#ifdef CONFIG_NET_TCP_WRITE_BUFFERS
- /* Number of TCP write buffers */
-
-# ifndef CONFIG_NET_NTCP_WRITE_BUFFERS
-# define CONFIG_NET_NTCP_WRITE_BUFFERS 1
-# endif
-
- /* The size of one TCP write buffer */
-
-# ifndef CONFIG_NET_TCP_WRITE_BUFSIZE
-# define CONFIG_NET_TCP_WRITE_BUFSIZE UIP_TCP_MSS
-# endif
-
- /* The size of the write buffer should not exceed the maximum TCP MSS */
-
-# if CONFIG_NET_TCP_WRITE_BUFSIZE > UIP_TCP_MSS
-# error CONFIG_NET_TCP_WRITE_BUFSIZE must not exceed UIP_TCP_MSS
-# endif
-
-#else
-# undef CONFIG_NET_TCP_WRITE_BUFSIZE
-# undef CONFIG_NET_NTCP_WRITE_BUFFERS
-#endif
-
/* Delay after receive to catch a following packet. No delay should be
* required if TCP/IP read-ahead buffering is enabled.
*/