From f8f6318244f391e250428ecacae6a0b66feb0bea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 24 Jun 2014 15:38:00 -0600 Subject: TCP Read-Ahead: Convert to use I/O buffer chains --- nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig') diff --git a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig index 21c315b80..507a7bd2f 100644 --- a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig @@ -506,8 +506,6 @@ CONFIG_NET_TCP=y CONFIG_NET_TCP_CONNS=8 CONFIG_NET_MAX_LISTENPORTS=8 CONFIG_NET_TCP_READAHEAD=y -CONFIG_NET_TCP_READAHEAD_BUFSIZE=536 -CONFIG_NET_NTCP_READAHEAD_BUFFERS=16 # CONFIG_NET_TCP_WRITE_BUFFERS is not set CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_TCPBACKLOG is not set @@ -531,6 +529,11 @@ CONFIG_NET_ICMP_PING=y CONFIG_NET_RECEIVE_WINDOW=536 CONFIG_NET_ARPTAB_SIZE=16 # CONFIG_NET_ARP_IPIN is not set +CONFIG_NET_IOB=y +CONFIG_IOB_NBUFFERS=24 +CONFIG_IOB_BUFSIZE=196 +CONFIG_IOB_NCHAINS=8 +CONFIG_IOB_THROTTLE=0 # CONFIG_NET_ROUTE is not set # -- cgit v1.2.3