Skip to content

Commit

Permalink
refactor(el): Small improvement to the EventLoop documentation / TCP …
Browse files Browse the repository at this point in the history
…ConnectionManager
  • Loading branch information
jpfr committed Mar 27, 2024
1 parent 314fbc3 commit 3316625
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions include/open62541/plugin/eventloop.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,9 @@ UA_EventLoop_new_POSIX(const UA_Logger *logger);
*
* 0:address [string | array of string]
* Hostname or IPv4/v6 address for the connection (scalar parameter required
* for active connections). For listen-connections the address implies the
* network interfaces for listening (default: listen on all interfaces).
* for active connections). For listen-connections the address contains the
* local hostnames or IP addresses for listening. If undefined, listen on all
* interfaces INADDR_ANY. (default: undefined)
*
* 0:port [uint16]
* Port of the target host (required).
Expand All @@ -476,10 +477,10 @@ UA_EventLoop_new_POSIX(const UA_Logger *logger);
* **Listen Connection Connection Callback Parameters (first callback only):**
*
* 0:listen-address [string]
* Local address for that particular listen-connection.
* Local address (IP or hostname) for the new listen-connection.
*
* 0:listen-port [uint16]
* Port on which the connection listens.
* Port on which the new connection listens.
*
* **Send Parameters:**
*
Expand Down

0 comments on commit 3316625

Please sign in to comment.