Browse Source

[bt6703]increase SEND_BUF_MAX_LEN

balbekova 5 years ago
parent
commit
9951ae80d2
1 changed files with 1 additions and 1 deletions
  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