Skip to content

remove ProxyAddress support out of TcpConnector #840

@GlenDC

Description

@GlenDC

Rethink the tcp connector concept and refactor the ProxyAddress out of it...

Ideally the tcp connector works with some kind of trait-bound input which allows it to connect to a target,
and do we have a transport-agnostic connector layer which replaces the target of the tcp connector (input)
in case ProxyTarget is available...

This will allow us to in many other locations rely on TcpConnector for the shared knowledge
instead of using thinks like TcpConnectorFactory or tcp_connect etc ourselves...

This will be tackled by myself once the Apple NE framework support is ready.

Metadata

Metadata

Assignees

Labels

Core TeamTicket reserved for Core TeamenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions