You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

3
+

4
4
5
5
## 🚀 About
6
6
**Arnelify® Server for C++** - is a minimalistic dynamic library which is a powerful server written in C and C++.
@@ -59,6 +59,7 @@ You can find code examples <a href="https://github.com/arnelify/arnelify-server-
59
59
|**SERVER_MAX_FILES**| Defines the maximum number of files in the form.|
60
60
|**SERVER_MAX_FILES_SIZE_TOTAL_MB**| Defines the maximum total size of all files in the form.|
61
61
|**SERVER_MAX_FILE_SIZE_MB**| Defines the maximum size of a single file in the form.|
62
+
|**SERVER_NET_CHECK_FREQ_MS**| Network interface check frequency in milliseconds. The lower the value, the higher the CPU load.|
62
63
|**SERVER_PORT**| Defines which port the server will listen on.|
63
64
|**SERVER_THREAD_LIMIT**| Defines the maximum number of threads that will handle requests.|
64
65
|**SERVER_QUEUE_LIMIT**| Defines the maximum size of the queue on the client socket.|
@@ -72,7 +73,7 @@ Join us to help improve this software, fix bugs or implement new functionality.
72
73
73
74
74
75
## ⭐ Release Notes
75
-
Version 0.7.7 - Minimalistic dynamic library
76
+
Version 0.7.8 - Minimalistic dynamic library
76
77
77
78
We are excited to introduce the Arnelify Server for C++ dynamic library! Please note that this version is raw and still in active development.
0 commit comments