-
Profiling showed it was significant enough to do so.
-
This also adds configuration options for choosing what address to bind to.
-
Found by fuzzing.
-
This allows creation of multiple listeners, with different protocols and/or SSL certificates. Related change: settings is now a class that is copyable and assignable, and is done so to each thread on reload. Semi-related fix: fix crash in quit when multiple threads initiated it. This came to light when testing the auth plugin settings.
-
The ping/pong is actually untested at this point, because Paho (my test client for now) doesn't do those. I wonder if any do, because MQTT already has ping/pong.
-
And some side issues.
-
And include some extra error conditions.
-
This includes a timer mechanism.
-
It can be defined in the config file, along with options.
-
It's a little faster.