Also gerade eben is KenProxy wieder abgestürzt hier mal die dazugehörigen Zeilen ausm Proxy.log file
2005-09-21 10:36:39 kenproxy: 0.0.0.0:3128: bind failed - WSAEADDRINUSE - address is in use (10048)
2005-09-21 10:36:39 kenproxy: create server socket failed - No error (0)
mehr schreibt er nicht dazu....is des nen Speicherzugriffsfehler? Ich weiss es nicht genau... :confused:
hab mal bischen geforsched:
WSAEADDRINUSE
(10048)
Address already in use.
Only one usage of each socket address (protocol/IP address/port) is
normally 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 wasn't 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 will choose an unused port automatically. When
bind is called with a wild-card address (involving ADDR_ANY), a
WSAEADDRINUSE error could be delayed until the specific address is
"committed." This could happen with a call to other function later,
including connect, listen, WSAConnect or WSAJoinLeaf.
aus der seite http://www.fairlogic.com/worldcast/manual/noframesmall/errorcodelist.htm