Current section
Files
Jump to
Current section
Files
lib/libp2p/transport.ex
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