diegows / wanproxy

My Wanproxy repo - WAN Accelerator using dictionary and gzip compression.
http://www.wanproxy.org/
Other
12 stars 3 forks source link

Improve TCP server and ProxyListener #9

Open diegows opened 12 years ago

diegows commented 12 years ago

TCP server should provide a ready to use socket using a callback. The current implementation with a Template makes it not very flexible.

diegows commented 12 years ago

One example where the current implementation fails, is in the current TCP Pool server code. The Pool Client is implemented a net client type. But the current tcp pool server is a hack in the proxy listener code. Both things should be part on the network code, outside the ProxyListener.