1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-14 17:42:36 +08:00
Files
proxychains-ng/src
T
Vladimir Panteleev 6abeb53e69 proxy_getaddrinfo(): Fill in ai_socktype if requested
If the application specifies a protocol but not a socket type,
normally getaddrinfo will select a corresponding protocol.

Mimic this behavior in our implementation of the function as well.
We only care about the case we're actually able to proxify
(SOCK_STREAM / IPPROTO_TCP).

Fixes proxifying pssh.
6abeb53e69 · 2022-01-22 20:05:47 +00:00
History
..
2020-09-23 17:00:16 +01:00
2020-10-28 10:39:27 +00:00
2020-10-28 10:39:27 +00:00
2022-01-03 14:52:06 +00:00
2020-09-20 17:00:10 +01:00
2021-02-05 01:45:19 +00:00
2020-10-28 10:39:27 +00:00
2020-09-23 17:00:16 +01:00
2022-01-03 14:52:06 +00:00
2012-11-07 21:31:11 +01:00