I am curious about the tcp proxy implementation.
Can you give me some tips about how to understand and develop a naive version?
And is there any good materials(or open projects) or tutorial on it? =)
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.
Building a well working proxy is no simple task as you will have to understand and handle several protocols etc. in both directions…
I would recommend to either use an existing library for that OR some configurable proxy…