aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-13 06:44:14 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-13 06:44:14 +0000
commit1d26e78258c10dcca63e31e66732f1e525b5dade (patch)
treefcb03e4309dc7abb8c47df6c0eada59e990e230a /Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
parent0fcbe22c9eb68f5769bf57469e1bcf9b340d0ae3 (diff)
downloadlufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.gz
lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.bz2
lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.zip
Added compatibility list to the documentation of each individual demo.
Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
index b7c991e12..b61de7e18 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
+++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
@@ -52,7 +52,7 @@
#define MAX_TCP_CONNECTIONS 1
/** TCP window size, giving the maximum number of bytes which can be buffered at the one time */
- #define TCP_WINDOW_SIZE 1024
+ #define TCP_WINDOW_SIZE 512
/** Port number for HTTP transmissions */
#define TCP_PORT_HTTP SwapEndian_16(80)