-
Updated
Jun 3, 2020 - C
libevent
Here are 99 public repositories matching this topic...
-
Updated
Jun 2, 2020 - C++
As an intensive user of coova-chilli, I am looking for an alternative, because of performance issues.
To compare coovas functions, and apfree_wifidogs functionality, and as a general courtesy to the community, it would be very helpful to have complete English comments or docs.
googles translate is not very helpful :-)
-
Updated
Jun 2, 2020 - C
Details
multiple nc
request in keepalive fails to increase keepalive count.
Steps or code to reproduce the problem.
diff --git a/examples/test_proxy.c b/examples/test_proxy.c
index daba6e5..9a2c8ef 100644
--- a/examples/test_proxy.c
+++ b/examples/test_proxy.c
@@ -45,7 +45,8 @@ backend_cb(evhtp_request_t * backend_req, void * arg) {
evhtp_request_t * frontend_req = (evhtp
-
Updated
Jul 18, 2019 - C
-
Updated
Apr 20, 2020 - C
-
Updated
Jun 24, 2019 - C++
-
Updated
Apr 4, 2020 - Erlang
This is an optimization to reduce the time it takes to build/deploy YAStack.
Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.
-
Updated
Feb 15, 2019 - M4
-
Updated
Jan 17, 2020 - C++
-
Updated
Mar 4, 2018 - C++
-
Updated
Apr 19, 2018 - Rust
-
Updated
Jan 26, 2017 - C
-
Updated
Sep 27, 2018 - C++
-
Updated
May 8, 2020 - C
-
Updated
Aug 22, 2018 - C
Improve this page
Add a description, image, and links to the libevent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libevent topic, visit your repo's landing page and select "manage topics."
vcpkg install evpp 成功后。
Cmake中使用 find_package(evpp REQUIRED) 报错。
glog等库也是通过vcpkg安装的,可以使用find_package(glog REQUIRED)正常使用。
报错,信息如下:
PS C:\zhy\code\cpp_self\evpp_test\build> cmake -DCMAKE_TOOLCHAIN_FILE=C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake
-G "Visual Studio 16 2019" -A Win32 ..
CMake Error at C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake:266 (_find_package):
By not prov