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
|
@ -14,7 +14,7 @@
|
|||
/ Function and Buffer Configurations
|
||||
/----------------------------------------------------------------------------*/
|
||||
|
||||
#define _FS_TINY 1 /* 0 or 1 */
|
||||
#define _FS_TINY 0 /* 0 or 1 */
|
||||
/* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system
|
||||
/ object instead of the sector buffer in the individual file object for file
|
||||
/ data transfer. This reduces memory consumption 512 bytes each file object. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue