小明

Results 13 issues of 小明

Hello, the ssmanager on master used a lot of memory, maybe have some leaks?

Is there a plan?

Hello, if I receive 8K data, the WIC does at least 16300 memcpy operations, resulting in a drastic drop in performance. According to the test, on the 9th generation Inter...

Hello, it seems that `bind_addr` in `NameServerConfig` is not implemented. I'd like to modify it, but I'm not sure if there are other considerations. `bind_addr` is especially important when the...

enhance
crate:resolver

Hello, the end of the chunk should be ended by two sets of `\r\n`. but `parse_chunk_size` considers that one set is enough, which results in the inability to know the...

Hi, I need save key/value to disk and load from disk to hash table, how to do it?

Hello, I forwarded udp to a local port through iptables. Originally, I could resolve the destination address from msghdr, However Libuv didn't open this struct to the outside world. What...

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 to...

https://github.com/shadowsocks/shadowsocks-libev/blob/master/src/udprelay.c#L284