[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 18
From: |
Mike Kleshov |
Subject: |
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 18 |
Date: |
Mon, 8 Feb 2010 22:53:17 +0300 |
On 8 February 2010 22:35, Chen <address@hidden> wrote:
> Could you show me how to turn on stat? Thanks!
Statistics collection is enabled in lwipopts.h just like all the other
features of lwip. Consult the file opt.h for more information. Hint:
look for the LWIP_STATS macro.
Regards,
- mike