408b7f8b

Results 3 issues of 408b7f8b

Hello! Function **__nopoll_conn_new_common** for connection creation in **nopoll_conn.c** fills the **conn->origin** when NULL using `/* build origin *` `if (origin == NULL)` ` conn->origin = nopoll_strdup_printf ("http://%s", conn->host_name);` `else` `...

ASecureSocket::OpenSSLProtocol is used in ASecureSocket::SetUpCtxClient and ASecureSocket::SetUpCtxServer for defining the correct socket method. As now all client and server methods besides "TLS_client_method()" and "TLS_server_method()" are deprecated, ASecureSocket::OpenSSLProtocol should be revised....

I am currently trying to get EtherCAT.NET to configure EtherCAT slaves via their SDO. Right now I am confronted with an error for which I cannot find a reason when...