Skip to content

Commit

Permalink
Increase buffer and memory sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Sep 19, 2024
1 parent b82c430 commit 256c4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

#define LWIP_HAVE_LOOPIF 1
#define LWIP_NETIF_LOOPBACK 1
#define LWIP_LOOPBACK_MAX_PBUFS 20
#define LWIP_LOOPBACK_MAX_PBUFS 64

#define TCP_LISTEN_BACKLOG 1

Expand Down Expand Up @@ -118,7 +118,7 @@

/* MEM_SIZE: the size of the heap memory. If the application will send
a lot of data that needs to be copied, this should be set high. */
#define MEM_SIZE 50240
#define MEM_SIZE 502400

/* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
sends a lot of data out of ROM (or other static memory), this
Expand Down

0 comments on commit 256c4b8

Please sign in to comment.