oasis-core icon indicating copy to clipboard operation
oasis-core copied to clipboard

go/runtime: Rename port configuration in per-component networking

Open gw0 opened this issue 5 months ago • 0 comments

SUMMARY

Simple per-component networking support was implemented in https://github.com/oasisprotocol/oasis-core/pull/6123. Unfortunately, the chosen naming of ports is confusing and I would strongly suggest to:

  • rename src_port to external_port (or host_port)
  • rename dst_port to internal_port (or component_port, instance_port or machine_port)
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

go/runtime

ADDITIONAL INFORMATION

gw0 avatar Jul 14 '25 15:07 gw0