Am 12.03.2020 um 07:35 schrieb Sachin Gole:
> Package : lwip_2.1.2.orig source folder
> Building test on Linux with following commands
>
> cmake CMakeLists.txt -DCMAKE_C_COMPILER="/usr/bin/gcc"
> -DCMAKE_CXX_COMPILER="/usr/bin/g++"
>
> How to compile further to get unit test ?
My bash history:
cd
Am 12.03.2020 um 21:51 schrieb Trampas Stern:
> I am using the latest lwip from git and noticed that my SNMP stopped
> working, below is by general configuration, does anyone see an issue?
>
> If I do SNMP walk it get the generic data but not the private mib...
Which version were you using before
Am 13.03.2020 um 09:12 schrieb Harrold Spier:
>
> I wonder whether there is something wrong with the current SNMP app
> implementation.
> As long as all SNMP API functions are called by the same (SNMP) thread,
> there should be no problem.
> In my opinion, only checking for core locked is not valid
I wonder whether there is something wrong with the current SNMP app
implementation.
As long as all SNMP API functions are called by the same (SNMP) thread,
there should be no problem.
In my opinion, only checking for core locked is not valid when using the
SNMP netconn API.
But maybe I oversee some