TCP multicast and multithreading

后端 未结 7 1828
独厮守ぢ
独厮守ぢ 2021-01-03 08:54

I need to come up with clients that can multicast to other clients reliably. That implies I\'ll be using TCP to connect reliably between clients within a multicast group. Do

相关标签:
7条回答
  • 2021-01-03 09:14

    Depending on your target platform....

    You could take a look at Pragmatic General Multicast. This is, as I understand, what Microsoft MSMQ and Tibco Rendezvous use and it can be accessed via Winsock (see: http://msdn.microsoft.com/en-us/library/ms740125(VS.85).aspx).

    0 讨论(0)
提交回复
热议问题