Added code quality and standardization profile (for use with Vera++). Increased maximum number of lwIP UDP_PCBs from 4 to 128

This commit is contained in:
Joseph Henry
2017-09-12 16:34:13 -07:00
parent 5512ede4fd
commit ca84110a16
3 changed files with 90 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ happening sooner than they should.
* per active UDP "connection".
* (requires the LWIP_UDP option)
*/
#define MEMP_NUM_UDP_PCB 4
#define MEMP_NUM_UDP_PCB 128
/**
* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections.