Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
This commit is contained in:
parent
a9d5e129b7
commit
4421782b7f
18 changed files with 71 additions and 65 deletions
|
@ -49,7 +49,7 @@
|
|||
#define MAX_OPEN_TCP_PORTS 1
|
||||
|
||||
/** Maximum number of TCP connections which can be sustained at the one time */
|
||||
#define MAX_TCP_CONNECTIONS 1
|
||||
#define MAX_TCP_CONNECTIONS 3
|
||||
|
||||
/** TCP window size, giving the maximum number of bytes which can be buffered at the one time */
|
||||
#define TCP_WINDOW_SIZE 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue