Hello, On Sat, Aug 01, 2015 at 09:23:27AM +0000, [email protected] wrote: > Hello, > > > If client send few additional TCP options (during TCP handshake) to haproxy > would HAPROXY respect those options and forward them to the backend server? > Is it possible to enable this feature from the configuration file?
No it is not possible. HAProxy is a TCP proxy meaning that it uses two separate and independant TCP connections. The options you have on one side may not even be relevant to the other side (eg: MSS values, etc). What do you have in mind, is there a specific option you're interested in ? Regards, Willy

