oasis-core
oasis-core copied to clipboard
go/runtime: Rename port configuration in per-component networking
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_porttoexternal_port(orhost_port) - rename
dst_porttointernal_port(orcomponent_port,instance_portormachine_port)
ISSUE TYPE
- Feature Idea
COMPONENT NAME
go/runtime