PromptBIND () error = 10048
Cause: other programs use port 2425 of the Flying Pigeon
For example, feiqiu uses port 2425.
Solution: run the netstat command to check which process occupies the port.
Format: netstat-ano | find "2425"
Result: UDP 0.0.0.0: 2425 *: * 1716
The final 1716 is the process ID that occupies the 2425 process. Let's see what it is. You can end the process directly and then open the Flying Pigeon.
For the netstat command, enter the command netstat /? View More
CMD> netstat-anocmd> netstat-ancmd> netstat-anb-A: Display All connections and listening ports.-N: display the address and port number in numbers, no DNS resolution-B displays the executable programs involved in creating each connection or listening port. -O: displays the process ID associated with the connection.
Display process ID in Task Manager Process List: View-Select column-check PID
Solution 2: manually specify the bound port number
When starting a Flying Pigeon, specify the bound port number for it.
CMD & gt; ipmsg2007.exe 1234
However, the problem is that both sides must change to the same port number. More Flying Pigeon details:
Http://www.azhi.net/blog/default.asp? Cat = 5
This article is from the share your knowledge blog, please be sure to keep this source http://skypegnu1.blog.51cto.com/8991766/1436413