Commit 27d4b7e8 authored by Ivan Tyagov's avatar Ivan Tyagov

Make clear in comment why we still can NOT have binding OPC Ua server to socket.

parent 7c943e37
......@@ -94,7 +94,8 @@ int main(int argc, char **argv)
UA_ServerConfig_setMinimal(UA_Server_getConfig(server), OPC_UA_PORT, NULL);
UA_ServerConfig *config = UA_Server_getConfig(server);
/* Disable binding to all specified interface until this feature lands to a stable release.
/* Disable binding to all specified interface until this feature(open62541 commit:16467fb5a9d2f9458e55071a2ec07bc68e1b960e)
* lands to a stable release.
// opc_ua server is listening to user input address else on all interfaces
// user input ip address should be added to any of the interface else no server socket will be created
if(OPC_UA_ADDRESS!= NULL){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment