Zesen Qian

Results 16 issues of Zesen Qian

Pretty much what the title says. With very high probability I get Crc mismatch error. If I set parasite mode=true when initializing, it works perfectly - but the VCC of...

Currently the resolution field is private.

Currently only TCP is used for foreign DNS. This is based on the observation that the most widely used proxies(shadowsocks) is STREAM-based(UDP is supported but is proxied via UDP, which...

Currently only one upstream server(one for each of Chinese and foreign) is supported, while some users may wish to use a dynamic `resolv.conf` as upstream. We hope to address this...

1. fix several hacking/hardcoding in `resolve`, so on the resolver side we have better EDNS client. 2. also on the server side, we should add EDNS support someday.

This would be three steps: 1. adding `AAAA` record in the `resolve` library 2. adding the ability to read IPv6 ranges from `china.txt`(basically I will copy from `iproute` package) 3....

Would it be possible to add reverse proxy to shadowsocks? This would be useful for people who use shadowsocks to torrent in countries of strict copyright laws. Currently I'm using...

People like me always forgot to pop context and cause errors. By implementing these two methods, the python will handle the context automatically. See https://book.pythontips.com/en/latest/context_managers.html This also helps when there...

When I try to run a simple TF program, I get errors; FYI I get backtrace. TF 2.7.0 and rocm 4.5.0. ``` /usr/include/c++/11.1.0/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [with _Tp = hsa_signal_s; _Alloc...

First of all, thank you for the efforts to improve and maintain the project even after the paper is published. In my application I would like to do a more...