[email protected] schrieb:
Bernhard 'Gustl' Bauer wrote:
RAW_PCB:        0/0/0/0   (MEMP_NUM_RAW_PCB == 4)
UDP_PCB:        0/4/0/0   (MEMP_NUM_UDP_PCB == 4)
TCP_PCB:        4/1/1/0   (MEMP_NUM_TCP_PCB == 200)
TCP_PCB_LISTEN: 0/1/0/1   (MEMP_NUM_TCP_PCB_LISTEN == 1)
TCP_SEG:        1/0/128/0 (MEMP_NUM_TCP_SEG == 128)
REASSDATA:      0/10/0/0  (MEMP_NUM_REASSDATA == 10)
PBUF_REF/ROM:   64/0/0/0  (MEMP_NUM_PBUF == 64)
PBUF_POOL:      0/0/0/0   (PBUF_POOL_SIZE == 64)
Could you tell us what the numbers mean? And what they looked like under 1.3.0?

They mean: avail/used/max/err

On 1.3.0 they are:
RAW_PCB:        4/0/0/0   (MEMP_NUM_RAW_PCB == 4)
UDP_PCB:        4/1/1/0   (MEMP_NUM_UDP_PCB == 4)
TCP_PCB:        200/0/1/0 (MEMP_NUM_TCP_PCB == 200)
TCP_PCB_LISTEN: 1/1/1/0   (MEMP_NUM_TCP_PCB_LISTEN == 1)
TCP_SEG:        128/0/0/0 (MEMP_NUM_TCP_SEG == 128)
REASSDATA:      10/0/0/0  (MEMP_NUM_REASSDATA == 10)
PBUF_REF/ROM:   64/0/0/0  (MEMP_NUM_PBUF == 64)
PBUF_POOL:      64/0/0/0  (PBUF_POOL_SIZE == 64)



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to