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

10071 "Item is remote."

WSAEREMOTE (Winsock error number: 10071)

Microsoft say this about Winsock error 10071 - WSAEREMOTE:

The item is not available locally.

Full details of Winsock TCP error 10071 - WSAEREMOTE:

Berkeley description: Item is not local to the host. A server has attempted to handle an NFS request by generating a request to another NFS server, which is not allowed.

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

Programming declarations for 10071 (WSAEREMOTE):

C#
long WSAEREMOTE = 10071 ;

VB.net
Dim WSAEREMOTE As Long = 10071

VB6
Dim WSAEREMOTE As Long
WSAEREMOTE = 10071