|
| |||||||||
| Tags: error 10048, winsock, winsock socket error |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Winsock Socket error 10048 socket bind
Hi, I'm using windows xp sp2. When launching DSLSpeed pc Webhosting 1.0 program getting this error "Address already in use ". How can I check to see what particular socket this program is trying to use and what seems to be already using it? Thanks in advance! |
|
#2
| ||||
| ||||
| Re: Winsock Socket error 10048 socket bind
TCPView from SysInternals will list "listen ports" and their applications http://www.sysinternals.com/Utilities/TcpView.html |
|
#3
| ||||
| ||||
| Re: Winsock Socket error 10048 socket bind
Run this command: Quote:
|
|
#4
| ||||
| ||||
| Re: Winsock Socket error 10048 socket bind
Refer this http://msdn.microsoft.com/en-us/libr...68(VS.85).aspx for Windows Sockets Error Codes Address already in use. Typically, only one usage of each socket address (protocol/IP address/port) is permitted. This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that was not closed properly, or one that is still in the process of closing. For server applications that need to bind multiple sockets to the same port number, consider using setsockopt (SO_REUSEADDR). Client applications usually need not call bind at all— connect chooses an unused port automatically. When bind is called with a wildcard address (involving ADDR_ANY), a WSAEADDRINUSE error could be delayed until the specific address is committed. This could happen with a call to another function later, including connect, listen, WSAConnect, or WSAJoinLeaf. |
|
#5
| ||||
| ||||
| Re: Winsock Socket error 10048 socket bind
Refer this similar thread socket error
__________________ The difference between stupidity and genius is that genius has its limits. - Albert Einstein What we think, we become (Please don't think you are a superhero and don't try to fly) "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY" |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Winsock Socket error 10048 socket bind" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to replace a socket 2011 with socket 1156 on same motherboard | ByrneB | Motherboard Processor & RAM | 8 | 3 Weeks Ago 12:07 AM |
| Does LGA1155 socket core i5 processor support MSI motherboard LGA 1366 socket | Firoja | Motherboard Processor & RAM | 6 | 22-07-2011 11:24 PM |
| Which one should i buy: AMD Socket AM2 or Intel Socket 1156 ? | Liam M | Motherboard Processor & RAM | 5 | 24-12-2009 11:18 AM |
| create socket failed with 10048 | gp | Vista Help | 0 | 22-08-2007 06:58 AM |
| SQL bind socket error | jaredea | Small Business Server | 4 | 18-06-2005 10:56 PM |