// SPDX-License-Identifier: MPL-2.0 mod addr; mod common; pub mod datagram; pub mod stream; use addr::UNSPECIFIED_LOCAL_ENDPOINT;