defmodule Libp2p.Transport do @moduledoc """ Transport abstraction for libp2p. Initial implementation target: TCP streams (active/passive socket ownership) that feed the libp2p upgrade pipeline (security + muxer). """ end