We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc67ce commit 39be681Copy full SHA for 39be681
src/BearSSLClient.h
@@ -32,7 +32,7 @@
32
#endif
33
34
#ifndef BEAR_SSL_CLIENT_IBUF_SIZE
35
-#define BEAR_SSL_CLIENT_IBUF_SIZE 32768
+#define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325)
36
37
38
#else
0 commit comments