Skip to content

Commit 5341e25

Browse files
committed
Test: increas MEMP_NUM_BUF to 32 (from 20) and PBUF_POOL_SIZE to 4 (from 1).
1 parent 6674f81 commit 5341e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/lib/liblwip/cfg/lwipopts.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
* this should be set high.
9999
*/
100100
#ifndef MEMP_NUM_PBUF
101-
#define MEMP_NUM_PBUF 20
101+
#define MEMP_NUM_PBUF 32
102102
#endif
103103

104104
/**
@@ -201,7 +201,7 @@
201201
* PBUF_POOL_SIZE: the number of buffers in the pbuf pool.
202202
*/
203203
#ifndef PBUF_POOL_SIZE
204-
#define PBUF_POOL_SIZE 1
204+
#define PBUF_POOL_SIZE 4
205205
#endif
206206

207207
/*

0 commit comments

Comments
 (0)