How does Skype work without port forwarding?

后端 未结 4 1731
孤独总比滥情好
孤独总比滥情好 2020-11-29 16:44

I am designing a p2p application which works on port 30000. My router is not UPnP so I required to forward a port to router. But Sk

4条回答
  •  借酒劲吻你
    2020-11-29 17:25

    You have to use an intermediary server, and initiate communication from the client side. As Yossarian mentioned, from that point one possibility is UDP hole punching. Depending on the type of application (and whether it's truly P2P or not) you might keep the go-between server in place the entire time.

提交回复
热议问题