mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-12 19:26:52 +08:00
Adapt several comments to contrib rep move
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
* @defgroup snmp SNMPv2c/v3 agent
|
||||
* @ingroup apps
|
||||
* SNMPv2c and SNMPv3 compatible agent\n
|
||||
* There is also a MIB compiler and a MIB viewer in lwIP contrib repository
|
||||
* (lwip-contrib/apps/LwipMibCompiler).\n
|
||||
* There is also a MIB compiler and a MIB viewer in lwIP/contrib subdir
|
||||
* (lwip/contrib/apps/LwipMibCompiler).\n
|
||||
* The agent implements the most important MIB2 MIBs including IPv6 support
|
||||
* (interfaces, UDP, TCP, SNMP, ICMP, SYSTEM). IP MIB is an older version
|
||||
* without IPv6 statistics (TODO).\n
|
||||
|
||||
@@ -360,7 +360,7 @@ extern "C" {
|
||||
* The file included BEFORE the struct is "arch/bpstruct.h".\n
|
||||
* The file included AFTER the struct is "arch/epstruct.h".\n
|
||||
* This can be used to implement struct packing on MS Visual C compilers, see
|
||||
* the Win32 port in the lwIP contrib repository for reference.
|
||||
* the Win32 port in the lwIP/contrib subdir for reference.
|
||||
* For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n
|
||||
* A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user