如何写一个tcp代理?
我对 tcp 代理实现很好奇。
您能给我一些关于如何理解和开发简单版本的提示吗?
有没有什么好的材料(或开放项目)或教程? =)
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? =)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
构建一个运行良好的代理并不是一件简单的任务,因为您必须在两个方向上理解和处理多个协议等...
我建议使用现有的库或一些可配置的代理...
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...