Direct P2P connection

前端 未结 5 854
遇见更好的自我
遇见更好的自我 2020-12-25 10:04

This topic resembles this thread

I\'m rather new to the topic of network programming, never having done anything but basic TCP/UDP on a single local machine. Now I\'

5条回答
  •  情书的邮戳
    2020-12-25 10:47

    Well to avoid a server to "matchmake" you could do what skype does and set up some peers as relays to others behind NATs. You wll always need some sort of boot strapping mechanism, so a centralized server will probably play into your system somehow (depending on what your developing, of course).

提交回复
热议问题