//! This module manages client connections, sessions, and the session pool.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev
/// The main iSCSI client implementation.
/// Common structures and functions for the client.
/// Traits for handling PDU serialization and deserialization.
/// Manages a pool of iSCSI sessions.