eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: Maximum packet size #27

Closed icraggs closed 7 years ago

icraggs commented 7 years ago

Allow the Client and Server to independently specify the maximum packet size they support. It is an error for the session partner to send a larger packet.

icraggs commented 7 years ago

Done.