Hi,
while using envoy as a TCP proxy, I would like to allow more than 65k connections via one listener to the backend cluster. The cluster consists of several servers so in theory this should not be a problem (TCP in theory allows 65k connections on each of the dst IP/port from the same src IP), however it seems in reality it is not that easy (
https://blog.heroku.com/sockets-in-a-bind).
Is there any way how to achieve this with envoy? As far as i know, there is not a possibilty to bind a cluster to several source addresses, only one is allowed. Would enabling SO_REUSEADDR in "socket_options" of the cluster bind config help with this problem? Or are there any other options I missed?
Thank You,
Katka