This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new c4547f2bbd chore: updated generated code
c4547f2bbd is described below

commit c4547f2bbde23b40f0450f8d5ef4d065b5dba043
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 18:16:14 2025 +0200

    chore: updated generated code
---
 website/asciidoc/modules/users/partials/opcua.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/asciidoc/modules/users/partials/opcua.adoc 
b/website/asciidoc/modules/users/partials/opcua.adoc
index 7967387d35..43dd271986 100644
--- a/website/asciidoc/modules/users/partials/opcua.adoc
+++ b/website/asciidoc/modules/users/partials/opcua.adoc
@@ -69,8 +69,8 @@ Possible values are between others `jks`, `pkcs11`, `dks`, 
`jceks`.
 |`encoding.send-buffer-size` |INT |65535| |Maximum size of sent transport 
message chunk.
 |`encoding.max-message-size` |INT |2097152| |Maximum size of complete message.
 |`encoding.max-chunk-count` |INT |64| |Maximum number of chunks for both sent 
and received messages.
-|`endpoint-host` |STRING | | |Endpoint host used to establish secure channel.
-|`endpoint-port` |INT | | |Endpoint port used to establish secure channel
+|`endpoint-host` |STRING | | |Endpoint host used to establish secure channel 
connection. Used when client made connection to server which advertises 
different hostname than one used for network connection.
+|`endpoint-port` |INT | | |Endpoint port used to establish secure channel. 
Used when client made connection to server which advertises different port 
number than one used for network connection.
 5+|Transport config options:
 5+|
 +++

Reply via email to