Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MQTTS by
Revision 47:8a72071f259c, committed 2015-11-16
- Comitter:
- tatulea
- Date:
- Mon Nov 16 19:36:53 2015 +0000
- Parent:
- 46:d8968fcc21b8
- Commit message:
- Increased message size & sub handlers
Changed in this revision
MQTTClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MQTTClient.h Sun Jul 26 09:50:40 2015 +0000 +++ b/MQTTClient.h Mon Nov 16 19:36:53 2015 +0000 @@ -88,7 +88,7 @@ * @param Network a network class which supports send, receive * @param Timer a timer class with the methods: */ -template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 100, int MAX_MESSAGE_HANDLERS = 5> +template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 200, int MAX_MESSAGE_HANDLERS = 10> class Client {