envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
25.08k stars 4.82k forks source link

Ability to use SOCK_DGRAM sockets #11239

Open VidarHUN opened 4 years ago

VidarHUN commented 4 years ago

I want to route UDP traffic to a Unix Domain Socket, but I can't do that right now because there is no way to open the socket in SOCK_DGRAM mode. I think it would be a very useful feature if it cloud do that. Is there any chance that you will be able to support it in the near future?

mattklein123 commented 4 years ago

Yeah should be not too hard to add this behavior. Will mark help wanted.

VidarHUN commented 4 years ago

Thanks a lot!