Broadcast like UDP with the reliability of TCP

后端 未结 16 1449
陌清茗
陌清茗 2021-01-30 02:30

I\'m working on a .net solution that is run completely inside a single network. When users make a change to the system, I want to launch an announcement and have everyone else h

16条回答
  •  悲哀的现实
    2021-01-30 03:08

    Take a look at sctp which has a combination of tcp and udp features. There is a windows implementation available.

提交回复
热议问题