Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.
This commit is contained in:
parent
254a0c1ae8
commit
e8b8ed2bad
5 changed files with 47 additions and 22 deletions
|
@ -45,10 +45,10 @@ USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface =
|
|||
.Config =
|
||||
{
|
||||
.DataINPipeNumber = 1,
|
||||
.DataINPipeDoubleBank = false,
|
||||
.DataINPipeDoubleBank = true,
|
||||
|
||||
.DataOUTPipeNumber = 2,
|
||||
.DataOUTPipeDoubleBank = false,
|
||||
.DataOUTPipeDoubleBank = true,
|
||||
|
||||
.NotificationPipeNumber = 3,
|
||||
.NotificationPipeDoubleBank = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue