Skip to content

Commit 45d09ee

Browse files
Increasing lwip buffer size to improve performances
1 parent 466c79a commit 45d09ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extras/net/lwipopts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
* a lot of data that needs to be copied, this should be set high.
138138
*/
139139
#ifndef MEM_SIZE
140-
#define MEM_SIZE (1522*4)
140+
#define MEM_SIZE (15*1024)
141141
#endif
142142

143143

0 commit comments

Comments
 (0)