Parcourir la source

[bt6703]increase SEND_BUF_MAX_LEN

balbekova il y a 5 ans
Parent
commit
9951ae80d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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