tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Support For TPROXY #74

Open n0wa11 opened 11 years ago

n0wa11 commented 11 years ago

Haproxy and squid both support TPROXY. It will be nice for shrpx to support it.

tatsuhiro-t commented 11 years ago

What is the benefit to support TPROXY?

n0wa11 commented 11 years ago

It makes the proxy being true transparent. The backend will only see the source ip, instead of having to look at x-forwarded-for header.

Not sure if this is what you mean.