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

8 "Insufficient memory available."

WSA_NOT_ENOUGH_MEMORY (Winsock error number: 8)

Microsoft say this about Winsock error 8 - WSA_NOT_ENOUGH_MEMORY:

An application used a Windows Sockets function that directly maps to a Windows function. The Windows function is indicating a lack of required memory resources. Note that this error is returned by the operating system, so the error number may change in future releases of Windows.

Full details of Winsock TCP error 8 - WSA_NOT_ENOUGH_MEMORY:

No further winsock error code information is available beyond the default message of....

Insufficient memory available.

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

Programming declarations for 8 (WSA_NOT_ENOUGH_MEMORY):

C#
long WSA_NOT_ENOUGH_MEMORY = 8 ;

VB.net
Dim WSA_NOT_ENOUGH_MEMORY As Long = 8

VB6
Dim WSA_NOT_ENOUGH_MEMORY As Long
WSA_NOT_ENOUGH_MEMORY = 8