-
`ev` is a PECL extension providing interface to libev library - high performance full-featured event loop written in C.
`ev`模块提供`socket`通信,可以实现实时应用,例如聊天室,而且效率不输`node.js`。
twn39 updated
9 years ago
-
The issue tracker is not for questions. Please ask questions at support@getoutline.org.
how to get traffic stat from local shadowsocks-libev? so we an display on the client
-
Hello,
what about using c-ares to resolve hostnames to ipv6/ipv4 rather than udns?
e.g. https://github.com/shadowsocks/shadowsocks-libev/blob/master/src/resolv.c
Thank you
-
I have a VPS in France. I used the following to create a Shadowsocks connection:
```
docker run -d --name shadowsocks --restart always -e PASSWORD=XXXXXXXX -p8388:8388 -p8388:8388/udp -d shadowsoc…
-
### What version of shadowsocks-libev are you using?
master
### What operating system are you using?
CentOS 7 (this is really not distro related).
### What did you do?
Build with cmake+…
-
Dear libev experts,
The library is no longer compatible with C++17. I get:
../include/ev++.h:355:46: error: ISO C++17 does not allow dynamic exception specifications
355 | dynamic_loop (uns…
-
* gevent version: git revision 36704768 (but it fails also with 1.5a3. I can't try on earlier versions because they don't work on PyPy)
* Python version: 2.7.16 (Ubuntu 19.04), PyPy2.7 7.3.0 (downloa…
-
Hello,
When I frequent calls uv_read_stop and uv_read_start will cause can't receive more data on recv callback.
I was used `ev_io_stop() and ev_io_start()` to control flow in `Libev`.
How t…
-
> BTW, you do also guard some of the low level system functions from returning prematurely when being attached to a debugger?
_Originally posted by @dongahn in https://github.com/flux-framework/flu…
-
Hello,
I was using MethylDackel via Conda to extract CpG from a BAM file created by bwa-meth. After my first attempt of extraction CpG which was successful, my second attempt, aiming at repeating t…