Winsock Error Codes - Brought to you by Winsock-Error.com

10059 "Too many references."

WSAETOOMANYREFS (Winsock error number: 10059)

Microsoft say this about Winsock error 10059 - WSAETOOMANYREFS:

Too many references to some kernel object.

Full details of Winsock TCP error 10059 - WSAETOOMANYREFS:

Berkeley description: too many references to some kernel-level object; the associated resource has run out.

WinSock description: No equivalent.

   
This page is designed to help you to understand Winsock TCP error 10059. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10059, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10059 (WSAETOOMANYREFS):

C#
long WSAETOOMANYREFS = 10059 ;

VB.net
Dim WSAETOOMANYREFS As Long = 10059

VB6
Dim WSAETOOMANYREFS As Long
WSAETOOMANYREFS = 10059