ty

Results 35 issues of ty

Proxychains crashes with some of the programs, such as * `cargo` (Rust build tool) * `git` Run with gdb, it shows that program crashes with signal `SIGTRAP`: ``` (gdb) r...

**Is your feature request related to a problem? Please describe.** I was making a proxy server and using trust-dns to resolves remote servers' domain names. To distinguish proxy servers' outbound...

enhance
crate:resolver

**Describe the bug** After recover from hibernate on OS X, `AsyncResolver::lookup_ip` will not return even if network is fine (all the other applications works fine). **To Reproduce** Steps to reproduce...

crate:resolver

How to build DNS clients with customized underlying connections, for example, send DNS queries via proxies. Could you provide some examples or guides? I found very confusing about about the...

docs
crate:client
question

- Linux: https://man7.org/linux/man-pages/man2/sendmmsg.2.html - FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=send&sektion=2 - macOS: https://github.com/apple/darwin-xnu/blob/main/bsd/sys/socket.h#L1433 - Windows: https://docs.microsoft.com/en-us/windows/win32/api/mswsock/nc-mswsock-lpfn_transmitpackets Speedtest: https://github.com/shadowsocks/shadowsocks-org/issues/194#issuecomment-1109529757 Batch send and recv UDP packets will significantly increase the upper limit of speed for UDP...

enhancement

discussion moved from #745 . `iperf3` test in local network: ``` Connecting to host 192.168.1.110, port 5201 [ 4] local 10.255.0.1 port 58580 connected to 192.168.1.110 port 5201 [ ID]...

enhancement

https://github.com/shadowsocks/shadowsocks-org/issues/89 This feature allows `sslocal` to update configurations dynamically from a config that hosts on a HTTPS server.

enhancement

- [x] Allow DNS relay to work as a standalone server - [x] Uses the same UDP socket for listening to send reponse packets instead of creating one for every...

enhancement

There is a similar PR in the standard library: https://github.com/rust-lang/rust/pull/69864 . I hope tokio could have an async version of that. https://github.com/tokio-rs/tokio/issues/2975

unstable