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.
This commit is contained in:
parent
0fcbe22c9e
commit
1d26e78258
45 changed files with 507 additions and 55 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue