No, but the netconn implementation is basically a socket implementation.
The Socket implementation of lwIP is a wrapper around the netconn API. You
can (and should) change the thread priority of the SNMP thread to be lower
then the priority of the lwIP main thread.

Dirk


On Fri, May 10, 2019 at 8:45 PM yanhc519 <yanhc...@aliyun.com> wrote:

> Hi all.
>
> In src/apps/snmp directory, I found snmp_raw.c and snmp_netconn.c.
> However, I cannot find snmp_socket.c which should be a socket
> implementation.
>
> Since my rest applications are all based on socket, so I just want to find
> an snmp socket implementation to use.
>
> Does lwip have snmp socket implementation?
>
> Any suggestion will be appreciated.
>
> Best regards,
>
> yan
> _______________________________________________
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to