소스 검색

[SNMP]define SNMP_MAX_COMMUNITY_STR_LEN

balbekova 2 년 전
부모
커밋
15d0452862
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      modules/Ethernet/lwipopts.h

+ 2 - 0
modules/Ethernet/lwipopts.h

@@ -156,6 +156,8 @@ a lot of data that needs to be copied, this should be set high. */
 //#define SNMP_TRAP_DESTINATIONS          1
 //#define SNMP_PRIVATE_MIB                1
 //#define SNMP_SAFE_REQUESTS              1
+
+#define SNMP_MAX_COMMUNITY_STR_LEN        19
      
 
 /* ---------- UDP options ---------- */