diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,7 @@ minimum a set of routes. The following is the default configuration: ```toml host = "localhost" # MQTT server host port = 1883 # MQTT server port +transport = "tcp" # The transport protocol, (tcp, tls or unix) qos = "exactly-once" # Default subscription QoS # at-least-once (=0), at-most-once (=1), exactly-once (=2) timeout = 10.5 # Timeout in seconds (0 means (effectively) no timeout) @@ -92,7 +93,6 @@ it being ran every time a new MQTT message is published to this topic. ## Missing Features -* TLS * mTLS * Graceful signal handling * Graceful program stdout/stderr handling |