1

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? =)

smartegg
  • 113
  • 8

1 Answers1

2

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...

Cetin Sert
  • 4,497
  • 5
  • 38
  • 76
Yahia
  • 69,653
  • 9
  • 115
  • 144
  • @Yahia This is the first time I spot someone mentioning PortFusion, as its developer, by pure chance. :) Thank you for mentioning it in proper context. – Cetin Sert Jan 03 '12 at 21:12