diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-13 06:44:14 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-13 06:44:14 +0000 |
| commit | 21e2ca163c5c2443d2cb079c4f17d5d3cb69ea8f (patch) | |
| tree | fcb03e4309dc7abb8c47df6c0eada59e990e230a /Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h | |
| parent | bef20db2b251b7aee94e7cfed6d3186fcd94339d (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@643 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h')
| -rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h index e98085f2..eac68254 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h +++ b/Demos/Device/LowLevel/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)
|
