Sfoglia il codice sorgente

[ssl_server] RECIVE_BUF_MAX_LEN 2000 (increase)

balbekova 5 anni fa
parent
commit
8782f3caba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 {