소스 검색

[bt6703]increase SEND_BUF_MAX_LEN

balbekova 5 년 전
부모
커밋
9951ae80d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/HTTP_Server/my_ssl_server.h

+ 1 - 1
modules/HTTP_Server/my_ssl_server.h

@@ -21,7 +21,7 @@
 #define SSL_TASK_PRIO   ( configMAX_PRIORITIES - 3 )
 #define FRAME_SIZE      (1000)
 
-#define SEND_BUF_MAX_LEN      2000
+#define SEND_BUF_MAX_LEN      4000
 #define RECIVE_BUF_MAX_LEN    1500
 
 typedef enum