diff --git a/src/paho/mqtt/client.py b/src/paho/mqtt/client.py index b0c18040..722f0b5e 100644 --- a/src/paho/mqtt/client.py +++ b/src/paho/mqtt/client.py @@ -848,6 +848,8 @@ def proxy_set(self, **proxy_args): proxy_addr: IP address or DNS name of proxy server (Optional) + proxy_port: (int) port number of the proxy server. If not provided, + the PySocks package default value will be utilized, which differs by proxy_type. proxy_rdns: boolean indicating whether proxy lookup should be performed remotely (True, default) or locally (False) proxy_username: username for SOCKS5 proxy, or userid for SOCKS4 proxy