LINX for Linux – End-of-life (EOL)
LINX for Linux – End-of-life (EOL)
Home
Hi *, i was browsing the linx code and i found some suspeted code as below. In reset_receive_filter function taking lock and reseting the filter , but storing the filter outside the lock. since "filter = linx_sk(sk)->filter;" is outside the lock , so there can be multiple threades which can store the memory and free it multiple times. Note : Assuming reset_receive_filter can be accessed by multiple threads for same sock*, that's why it is protected with lock. static void reset_receive_filter(struct...
Oh sorry. VxWorks is a whole different thing. I can help with Linux environments but for VxWorks I think you need to contact Enea.
I tried but I am unable to use mkethcon or any other command on vxworks shell.
you need to setup a connection between the two machines. See section 4.5 of the user guide http://linx.sourceforge.net/linxdoc/doc/usersguide/UsersGuide_LINX_for_Linux.html#inter-node
I am trying to use linx socket between two different machines. How can I do that? Unable to proceed further on my project. Can someone post a sample client server program on LINX which communicates between client and server in C or C++. Any help would be highly appreciated. Thanks Dev
I am trying to use linx socket between two machines. How can I do that? Unable to proceed further on my project. Can someone post a sample client server program on LINX which communicates between client and server in C or C++. Any help would be highly appreciated. Thanks Dev
I am calling this function linx_receive_w_tmo with 30000ms timeout but after 30 seconds...
Bin (bbzhang) identified the root cause of this issue. We think that the following...
I had this same problem on CentOS 6.5. I tracked it down to what appears to be an...
Here is the link to the above mentioned open source project Linx4Py. Enjoy! http...