We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a466e5b commit a80584eCopy full SHA for a80584e
src/libusockets.h
@@ -19,7 +19,10 @@
19
#define LIBUSOCKETS_H
20
21
/* 512kb shared receive buffer */
22
+#ifndef LIBUS_RECV_BUFFER_LENGTH
23
#define LIBUS_RECV_BUFFER_LENGTH 524288
24
+#endif
25
+
26
/* A timeout granularity of 4 seconds means give or take 4 seconds from set timeout */
27
#define LIBUS_TIMEOUT_GRANULARITY 4
28
/* 32 byte padding of receive buffer ends */
0 commit comments