@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Variable MAX_PACKET_SIZEConst

    MAX_PACKET_SIZE: number = ...

    Maximum packet size (256 MB).

    This is the theoretical maximum based on the variable byte integer encoding. Actual limits are often much smaller (e.g., 128 KB).

    MQTT 5.0 §2.2.3, §3.1.2.11.4