keithmattix opened issue #6803:
Feature
:wave:🏾 Hello! For the purposes of building something service mesh-esque using wasm, more flexible SOCK_OPT functionality in the socket interface would be extremely beneficial. The big one we use in mesh world is
SO_ORIGINAL_DST
, but there are others. How would I go about passing ~arbitrary socket options to the underlying host?Benefit
Service mesh and other networking applications can have access to more complex socket functionality on the host.
Implementation
TBD
Last updated: Nov 22 2024 at 17:03 UTC