There is the IP_TRANSPARENT socket option on Linux. Is there a similar option for Windows platform in WinSock? Or is there any way to move Winsock’s socket to transparent mode?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AFAIK, there is no such thing as “transparent mode” in Windows. Proxy-related logic has to be implemented manually in code by binding a connection locally and communicating with a proxy server to connect to a remote server.