Explorar el Código

[ssl_server] RECIVE_BUF_MAX_LEN 2000 (increase)

balbekova hace 5 años
padre
commit
8782f3caba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/HTTP_Server/my_ssl_server.h

+ 1 - 1
modules/HTTP_Server/my_ssl_server.h

@@ -22,7 +22,7 @@
 #define FRAME_SIZE      (1000)
 
 #define SEND_BUF_MAX_LEN      4000
-#define RECIVE_BUF_MAX_LEN    1500
+#define RECIVE_BUF_MAX_LEN    2000
 
 typedef enum
 {