On 2023-03-22 06:48, Ragavendran Sridharan wrote:
Hi Team,

I am requesting assistance onTIPC in linux. In our project we are using
Tipc version 2.02 version .  We are facing the issue of TIPC connections
not getting establised and returning Error as :TIPC_ERR_NO_PORT from TIPC
Server.

Could you please list down the scenarios in which this errors will occur.
If you are using a tipc_service_addr (called tipc_port_name in older versions) as destination address you should get a TIPC_ERR_NO_NAME if the server socket does not exist. So, I conclude that you are trying to do connect using a tipc_socket_addr (aka tipc_port_id in older versions), which would give this error.

You should look into how you have obtained your server socket address, and that this has not been garbled when you transferred it to the client socket. note that a tipc_socket_address is volatile, and only is valid during the existence of the particular socket you are trying to connect to.

I hope this helps.

///jon


Thank And Regards,
Raagavendran


<https://docs.huihoo.com/doxygen/linux/kernel/3.7/tipc_8h.html#a0cba261c068b96e6f296218445f75f78>

_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion




_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to