Kasturi Patil Posted November 20, 2013 Report Share Posted November 20, 2013 Hi, My question is , can a single socket be used as initiator and target both at a time?? If yes how? Regards, Kas Quote Link to comment Share on other sites More sharing options...
amitk3553 Posted November 20, 2013 Report Share Posted November 20, 2013 No, u had to make different sockets for initiator and target like simple_target_socket<module_name> tar_socket; simple_initiator_socket<module_name> ini_socket; Quote Link to comment Share on other sites More sharing options...
Kasturi Patil Posted November 21, 2013 Author Report Share Posted November 21, 2013 Thanks, One more question: Do we have to create separate memory manager for nb_transport ?????? Quote Link to comment Share on other sites More sharing options...
amitk3553 Posted November 21, 2013 Report Share Posted November 21, 2013 yes, you require memory manager already set before passing any transaction object to nb_transport. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.