문제

I'm sending simple messages from an Android client to a PC server using TCP sockets. They are on the same WiFi network (connected to the same router). Do I need port forwarding for this?

도움이 되었습니까?

해결책

No, you do not need to port forward. You might need to open the port on your firewall, however, so make sure you do so. Port forwarding is for opening ports to external networks.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top