Lowest Latency small size data Internet transfer protocol? c#

前端 未结 3 846
梦毁少年i
梦毁少年i 2021-01-22 08:59

I am doing a Internet Gaming project which involving keeping sending small size of data (between 1K to 50K) over the Internet between two normal home PCs. The key I care about i

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-22 09:08

    If you want to communicate over the Internet you are forced to use IP family of protocols. That doesn't prevent you from creating your own protocol on top of IP, but it won't be faster in terms of latency, of course. All you can do is implement compression in order to minimize payload sent over the wire.

提交回复
热议问题