Unknown error code 10052

Ошибка подключения OpenVPN к VPS серверу. Всем привет. Столкнулся со следующей проблемой, а именно не могу подружить openvpn с VPS. Tue May 01 19:59:10 2018 Windows version 6.2 (Windows 8 or greater) 64bit Tue May 01 19:59:10 2018 library versions: OpenSSL 1.1.0f 25 May 2017, LZO 2.10 Tue May 01 19:59:10 2018 WARNING: Your […]

Содержание

  1. Ошибка подключения OpenVPN к VPS серверу.
  2. Ошибка сокета 10052 на сокете UDP
  3. ОТВЕТЫ
  4. Ответ 1
  5. Ответ 2
  6. Ответ 3
  7. System Error Codes (9000-11999)

Ошибка подключения OpenVPN к VPS серверу.

Всем привет. Столкнулся со следующей проблемой, а именно не могу подружить openvpn с VPS.

Tue May 01 19:59:10 2018 Windows version 6.2 (Windows 8 or greater) 64bit Tue May 01 19:59:10 2018 library versions: OpenSSL 1.1.0f 25 May 2017, LZO 2.10 Tue May 01 19:59:10 2018 WARNING: Your certificate is not yet valid! Tue May 01 19:59:10 2018 Outgoing Control Channel Authentication: Using 512 bit message hash ‘SHA512’ for HMAC authentication Tue May 01 19:59:10 2018 Incoming Control Channel Authentication: Using 512 bit message hash ‘SHA512’ for HMAC authentication Tue May 01 19:59:10 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]148.251.3.246:1194 Tue May 01 19:59:10 2018 Socket Buffers: R=[65536->65536] S=[65536->65536] Tue May 01 19:59:10 2018 UDP link local: (not bound) Tue May 01 19:59:10 2018 UDP link remote: [AF_INET]148.251.3.246:1194 Tue May 01 20:00:10 2018 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) Tue May 01 20:00:10 2018 TLS Error: TLS handshake failed Tue May 01 20:00:10 2018 SIGUSR1[soft,tls-error] received, process restarting

Options error: Bad protocol: ’11’. Allowed protocols with —proto option: [proto-uninitialized] [udp] [tcp-server] [tcp-client] [tcp] [udp4] [tcp4-server] [tcp4-client] [tcp4] [udp6] [tcp6-server] [tcp6-client] [tcp6] Use —help for more information.

Следовал инструкции github.com/Angristan/OpenVPN-install.

client dev tun proto udp sndbuf 0 rcvbuf 0 remote 148.251.3.246 1194 resolv-retry infinite nobind persist-key persist-tun remote-cert-tls server auth SHA512 cipher AES-256-CBC comp-lzo setenv opt block-outside-dns key-direction 1 verb 3

Источник

Ошибка сокета 10052 на сокете UDP

У нас есть настольное приложение .NET 2.0, которое отправляет и получает сеть пакетов через UDP.

Несколько пользователей сообщили о случайной ошибке сокета 10052, которая происходит когда код вызывает socket.BeginReceiveFrom на UDP-сокете.

Официальная документация MS для сокета об ошибке 10052 говорит — quote: «WSAENETRESET (10052) Сетевое соединение отключено на reset. был нарушен из-за активности активности, обнаруживающей отказ, в то время как продолжалась операция. Он также может быть возвращен setsockopt, если делается попытка установить SO_KEEPALIVE на соединение, которое уже не удалось «.

Это просто не имеет смысла для UDP-сокета, поскольку UDP является протокол без установления соединения.

Я знаю, что еще один код ошибки 10054 в связи с сокетами UDP означает, что получено сообщение ICMP «Port Unreachable», и я интересно, может ли 10052 сопоставить другое сообщение ICMP?

Я искал это в течение нескольких месяцев, читал сетевые книги и т.д., но не могу найти что-нибудь. Пожалуйста, помогите — что означает ошибка сокета 10052 на гнезде UDP?

ОТВЕТЫ

Ответ 1

См. http://msdn.microsoft.com/en-us/library/ms740120%28v=vs.85%29.aspx, в котором описывается функция recvfrom. В нем говорится о WSAENETRESET (который является ошибкой winsock 10052):

Для сокета датаграммы эта ошибка указывает на то, что время жизни истекло.

Ответ 2

Убедитесь, что значение TTL достаточно велико при отправке дейтаграмм UDP.

Если вы используете класс UdpClient. Затем перед отправкой дейтаграммы используйте следующее:

Примечание: 255 — максимальное значение для TTL. Существует проблема с сетью, если этого значения недостаточно.

Ответ 3

WSAE NET RESET предполагает, что это происходит из-за RESET самого сетевого интерфейса. Ваша программа сидит там, привязанная к UDP-порту, поэтому в некотором смысле она подключена, но к сетевому интерфейсу, а не к удаленному узлу.

Попробуйте запустить свою программу, доведя ее до того момента, когда будет запущен этот вызов BeginReceiveFrom, затем отключите ваш сетевой адаптер в диспетчере устройств и снова включите его. Или, используя Wi-Fi, снимите и восстановите соединение с WAP. Это может произойти, просто отсоединив кабель Ethernet к вашему компьютеру, так как последние версии Windows по умолчанию убивают все сокеты, подключенные через этот сетевой адаптер, когда это происходит.

Это объясняет редкие сообщения о проблемах с поля. Вероятно, это происходит только тогда, когда на аппаратном уровне возникает локальная сетевая ошибка.

Источник

System Error Codes (9000-11999)

This information is intended for developers debugging system errors. For other errors, such as issues with Windows Update, there is a list of resources on the Error codes page.

The following list describes system error codes (errors 9000 to 11999). They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.

DNS_ERROR_RCODE_FORMAT_ERROR

DNS server unable to interpret format.

DNS_ERROR_RCODE_SERVER_FAILURE

DNS server failure.

DNS_ERROR_RCODE_NAME_ERROR

DNS name does not exist.

DNS_ERROR_RCODE_NOT_IMPLEMENTED

DNS request not supported by name server.

DNS_ERROR_RCODE_REFUSED

DNS operation refused.

DNS_ERROR_RCODE_YXDOMAIN

DNS name that ought not exist, does exist.

DNS_ERROR_RCODE_YXRRSET

DNS RR set that ought not exist, does exist.

DNS_ERROR_RCODE_NXRRSET

DNS RR set that ought to exist, does not exist.

DNS_ERROR_RCODE_NOTAUTH

DNS server not authoritative for zone.

DNS_ERROR_RCODE_NOTZONE

DNS name in update or prereq is not in zone.

DNS_ERROR_RCODE_BADSIG

DNS signature failed to verify.

DNS_ERROR_RCODE_BADKEY

DNS_ERROR_RCODE_BADTIME

DNS signature validity expired.

DNS_ERROR_KEYMASTER_REQUIRED

Only the DNS server acting as the key master for the zone may perform this operation.

DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE

This operation is not allowed on a zone that is signed or has signing keys.

DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1

NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.

This value was also named DNS_ERROR_INVALID_NSEC3_PARAMETERS

DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS

The zone does not have enough signing keys. There must be at least one key signing key (KSK) and at least one zone signing key (ZSK).

DNS_ERROR_UNSUPPORTED_ALGORITHM

The specified algorithm is not supported.

DNS_ERROR_INVALID_KEY_SIZE

The specified key size is not supported.

DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE

One or more of the signing keys for a zone are not accessible to the DNS server. Zone signing will not be operational until this error is resolved.

DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION

The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved.

DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR

An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.

DNS_ERROR_UNEXPECTED_CNG_ERROR

An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.

DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION

The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved.

DNS_ERROR_KSP_NOT_ACCESSIBLE

The specified key service provider cannot be opened by the DNS server.

DNS_ERROR_TOO_MANY_SKDS

The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.

DNS_ERROR_INVALID_ROLLOVER_PERIOD

The specified rollover period is invalid.

DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET

The specified initial rollover offset is invalid.

DNS_ERROR_ROLLOVER_IN_PROGRESS

The specified signing key is already in process of rolling over keys.

DNS_ERROR_STANDBY_KEY_NOT_PRESENT

The specified signing key does not have a standby key to revoke.

DNS_ERROR_NOT_ALLOWED_ON_ZSK

This operation is not allowed on a zone signing key (ZSK).

DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD

This operation is not allowed on an active signing key.

DNS_ERROR_ROLLOVER_ALREADY_QUEUED

The specified signing key is already queued for rollover.

DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE

This operation is not allowed on an unsigned zone.

DNS_ERROR_BAD_KEYMASTER

This operation could not be completed because the DNS server listed as the current key master for this zone is down or misconfigured. Resolve the problem on the current key master for this zone or use another DNS server to seize the key master role.

DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD

The specified signature validity period is invalid.

DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT

The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone.

DNS_ERROR_DNSSEC_IS_DISABLED

This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server.

DNS_ERROR_INVALID_XML

This operation could not be completed because the XML stream received is empty or syntactically invalid.

DNS_ERROR_NO_VALID_TRUST_ANCHORS

This operation completed, but no trust anchors were added because all of the trust anchors received were either invalid, unsupported, expired, or would not become valid in less than 30 days.

DNS_ERROR_ROLLOVER_NOT_POKEABLE

The specified signing key is not waiting for parental DS update.

DNS_ERROR_NSEC3_NAME_COLLISION

Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again.

DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1

NSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3.

DNS_INFO_NO_RECORDS

No records found for given DNS query.

DNS_ERROR_BAD_PACKET

DNS_ERROR_NO_PACKET

DNS_ERROR_RCODE

DNS error, check rcode.

DNS_ERROR_UNSECURE_PACKET

Unsecured DNS packet.

DNS_REQUEST_PENDING

DNS query request is pending.

DNS_ERROR_INVALID_TYPE

Invalid DNS type.

DNS_ERROR_INVALID_IP_ADDRESS

Invalid IP address.

DNS_ERROR_INVALID_PROPERTY

DNS_ERROR_TRY_AGAIN_LATER

Try DNS operation again later.

DNS_ERROR_NOT_UNIQUE

Record for given name and type is not unique.

DNS_ERROR_NON_RFC_NAME

DNS name does not comply with RFC specifications.

DNS_STATUS_FQDN

DNS name is a fully-qualified DNS name.

DNS_STATUS_DOTTED_NAME

DNS name is dotted (multi-label).

DNS_STATUS_SINGLE_PART_NAME

DNS name is a single-part name.

DNS_ERROR_INVALID_NAME_CHAR

DNS name contains an invalid character.

DNS_ERROR_NUMERIC_NAME

DNS name is entirely numeric.

DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER

The operation requested is not permitted on a DNS root server.

DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION

The record could not be created because this part of the DNS namespace has been delegated to another server.

DNS_ERROR_CANNOT_FIND_ROOT_HINTS

The DNS server could not find a set of root hints.

DNS_ERROR_INCONSISTENT_ROOT_HINTS

The DNS server found root hints but they were not consistent across all adapters.

DNS_ERROR_DWORD_VALUE_TOO_SMALL

The specified value is too small for this parameter.

DNS_ERROR_DWORD_VALUE_TOO_LARGE

The specified value is too large for this parameter.

DNS_ERROR_BACKGROUND_LOADING

This operation is not allowed while the DNS server is loading zones in the background. Please try again later.

DNS_ERROR_NOT_ALLOWED_ON_RODC

The operation requested is not permitted on against a DNS server running on a read-only DC.

DNS_ERROR_NOT_ALLOWED_UNDER_DNAME

No data is allowed to exist underneath a DNAME record.

DNS_ERROR_DELEGATION_REQUIRED

This operation requires credentials delegation.

DNS_ERROR_INVALID_POLICY_TABLE

Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.

DNS_ERROR_ZONE_DOES_NOT_EXIST

DNS zone does not exist.

DNS_ERROR_NO_ZONE_INFO

DNS zone information not available.

DNS_ERROR_INVALID_ZONE_OPERATION

Invalid operation for DNS zone.

DNS_ERROR_ZONE_CONFIGURATION_ERROR

Invalid DNS zone configuration.

DNS_ERROR_ZONE_HAS_NO_SOA_RECORD

DNS zone has no start of authority (SOA) record.

DNS_ERROR_ZONE_HAS_NO_NS_RECORDS

DNS zone has no Name Server (NS) record.

DNS_ERROR_ZONE_LOCKED

DNS zone is locked.

DNS_ERROR_ZONE_CREATION_FAILED

DNS zone creation failed.

DNS_ERROR_ZONE_ALREADY_EXISTS

DNS zone already exists.

DNS_ERROR_AUTOZONE_ALREADY_EXISTS

DNS automatic zone already exists.

DNS_ERROR_INVALID_ZONE_TYPE

Invalid DNS zone type.

DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP

Secondary DNS zone requires master IP address.

DNS_ERROR_ZONE_NOT_SECONDARY

DNS zone not secondary.

DNS_ERROR_NEED_SECONDARY_ADDRESSES

Need secondary IP address.

DNS_ERROR_WINS_INIT_FAILED

WINS initialization failed.

DNS_ERROR_NEED_WINS_SERVERS

Need WINS servers.

DNS_ERROR_NBSTAT_INIT_FAILED

NBTSTAT initialization call failed.

DNS_ERROR_SOA_DELETE_INVALID

Invalid delete of start of authority (SOA).

DNS_ERROR_FORWARDER_ALREADY_EXISTS

A conditional forwarding zone already exists for that name.

DNS_ERROR_ZONE_REQUIRES_MASTER_IP

This zone must be configured with one or more master DNS server IP addresses.

DNS_ERROR_ZONE_IS_SHUTDOWN

The operation cannot be performed because this zone is shut down.

DNS_ERROR_ZONE_LOCKED_FOR_SIGNING

This operation cannot be performed because the zone is currently being signed. Please try again later.

DNS_ERROR_PRIMARY_REQUIRES_DATAFILE

Primary DNS zone requires datafile.

DNS_ERROR_INVALID_DATAFILE_NAME

Invalid datafile name for DNS zone.

DNS_ERROR_DATAFILE_OPEN_FAILURE

Failed to open datafile for DNS zone.

DNS_ERROR_FILE_WRITEBACK_FAILED

Failed to write datafile for DNS zone.

DNS_ERROR_DATAFILE_PARSING

Failure while reading datafile for DNS zone.

DNS_ERROR_RECORD_DOES_NOT_EXIST

DNS record does not exist.

DNS_ERROR_RECORD_FORMAT

DNS record format error.

DNS_ERROR_NODE_CREATION_FAILED

Node creation failure in DNS.

DNS_ERROR_UNKNOWN_RECORD_TYPE

Unknown DNS record type.

DNS_ERROR_RECORD_TIMED_OUT

DNS record timed out.

DNS_ERROR_NAME_NOT_IN_ZONE

Name not in DNS zone.

DNS_ERROR_CNAME_LOOP

CNAME loop detected.

DNS_ERROR_NODE_IS_CNAME

Node is a CNAME DNS record.

DNS_ERROR_CNAME_COLLISION

A CNAME record already exists for given name.

DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT

Record only at DNS zone root.

DNS_ERROR_RECORD_ALREADY_EXISTS

DNS record already exists.

DNS_ERROR_SECONDARY_DATA

Secondary DNS zone data error.

DNS_ERROR_NO_CREATE_CACHE_DATA

Could not create DNS cache data.

DNS_ERROR_NAME_DOES_NOT_EXIST

DNS name does not exist.

DNS_WARNING_PTR_CREATE_FAILED

Could not create pointer (PTR) record.

DNS_WARNING_DOMAIN_UNDELETED

DNS domain was undeleted.

DNS_ERROR_DS_UNAVAILABLE

The directory service is unavailable.

DNS_ERROR_DS_ZONE_ALREADY_EXISTS

DNS zone already exists in the directory service.

DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE

DNS server not creating or reading the boot file for the directory service integrated DNS zone.

DNS_ERROR_NODE_IS_DNAME

Node is a DNAME DNS record.

DNS_ERROR_DNAME_COLLISION

A DNAME record already exists for given name.

DNS_ERROR_ALIAS_LOOP

An alias loop has been detected with either CNAME or DNAME records.

DNS_INFO_AXFR_COMPLETE

DNS AXFR (zone transfer) complete.

DNS_ERROR_AXFR

DNS zone transfer failed.

DNS_INFO_ADDED_LOCAL_WINS

Added local WINS server.

DNS_STATUS_CONTINUE_NEEDED

Secure update call needs to continue update request.

DNS_ERROR_NO_TCPIP

TCP/IP network protocol not installed.

DNS_ERROR_NO_DNS_SERVERS

No DNS servers configured for local system.

DNS_ERROR_DP_DOES_NOT_EXIST

The specified directory partition does not exist.

DNS_ERROR_DP_ALREADY_EXISTS

The specified directory partition already exists.

DNS_ERROR_DP_NOT_ENLISTED

This DNS server is not enlisted in the specified directory partition.

DNS_ERROR_DP_ALREADY_ENLISTED

This DNS server is already enlisted in the specified directory partition.

DNS_ERROR_DP_NOT_AVAILABLE

The directory partition is not available at this time. Please wait a few minutes and try again.

DNS_ERROR_DP_FSMO_ERROR

The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.

WSAEINTR

A blocking operation was interrupted by a call to WSACancelBlockingCall.

WSAEBADF

The file handle supplied is not valid.

WSAEACCES

An attempt was made to access a socket in a way forbidden by its access permissions.

WSAEFAULT

The system detected an invalid pointer address in attempting to use a pointer argument in a call.

WSAEINVAL

An invalid argument was supplied.

WSAEMFILE

Too many open sockets.

WSAEWOULDBLOCK

A non-blocking socket operation could not be completed immediately.

WSAEINPROGRESS

A blocking operation is currently executing.

WSAEALREADY

An operation was attempted on a non-blocking socket that already had an operation in progress.

WSAENOTSOCK

An operation was attempted on something that is not a socket.

WSAEDESTADDRREQ

A required address was omitted from an operation on a socket.

WSAEMSGSIZE

A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.

WSAEPROTOTYPE

A protocol was specified in the socket function call that does not support the semantics of the socket type requested.

WSAENOPROTOOPT

An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.

WSAEPROTONOSUPPORT

The requested protocol has not been configured into the system, or no implementation for it exists.

WSAESOCKTNOSUPPORT

The support for the specified socket type does not exist in this address family.

WSAEOPNOTSUPP

The attempted operation is not supported for the type of object referenced.

WSAEPFNOSUPPORT

The protocol family has not been configured into the system or no implementation for it exists.

WSAEAFNOSUPPORT

An address incompatible with the requested protocol was used.

WSAEADDRINUSE

Only one usage of each socket address (protocol/network address/port) is normally permitted.

WSAEADDRNOTAVAIL

The requested address is not valid in its context.

WSAENETDOWN

A socket operation encountered a dead network.

WSAENETUNREACH

A socket operation was attempted to an unreachable network.

WSAENETRESET

The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.

WSAECONNABORTED

An established connection was aborted by the software in your host machine.

WSAECONNRESET

An existing connection was forcibly closed by the remote host.

WSAENOBUFS

An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

WSAEISCONN

A connect request was made on an already connected socket.

WSAENOTCONN

A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.

WSAESHUTDOWN

A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.

WSAETOOMANYREFS

Too many references to some kernel object.

WSAETIMEDOUT

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

WSAECONNREFUSED

No connection could be made because the target machine actively refused it.

WSAELOOP

Cannot translate name.

WSAENAMETOOLONG

Name component or name was too long.

WSAEHOSTDOWN

A socket operation failed because the destination host was down.

WSAEHOSTUNREACH

A socket operation was attempted to an unreachable host.

WSAENOTEMPTY

Cannot remove a directory that is not empty.

WSAEPROCLIM

A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.

WSAEUSERS

Ran out of quota.

WSAEDQUOT

Ran out of disk quota.

WSAESTALE

File handle reference is no longer available.

WSAEREMOTE

Item is not available locally.

WSASYSNOTREADY

WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.

WSAVERNOTSUPPORTED

The Windows Sockets version requested is not supported.

WSANOTINITIALISED

Either the application has not called WSAStartup, or WSAStartup failed.

WSAEDISCON

Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.

WSAENOMORE

No more results can be returned by WSALookupServiceNext.

WSAECANCELLED

A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.

WSAEINVALIDPROCTABLE

The procedure call table is invalid.

WSAEINVALIDPROVIDER

The requested service provider is invalid.

WSAEPROVIDERFAILEDINIT

The requested service provider could not be loaded or initialized.

WSASYSCALLFAILURE

A system call has failed.

WSASERVICE_NOT_FOUND

No such service is known. The service cannot be found in the specified name space.

WSATYPE_NOT_FOUND

The specified class was not found.

WSA_E_NO_MORE

No more results can be returned by WSALookupServiceNext.

WSA_E_CANCELLED

A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.

WSAEREFUSED

A database query failed because it was actively refused.

WSAHOST_NOT_FOUND

No such host is known.

WSATRY_AGAIN

This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.

WSANO_RECOVERY

A non-recoverable error occurred during a database lookup.

WSANO_DATA

The requested name is valid, but no data of the requested type was found.

WSA_QOS_RECEIVERS

At least one reserve has arrived.

WSA_QOS_SENDERS

At least one path has arrived.

WSA_QOS_NO_SENDERS

There are no senders.

WSA_QOS_NO_RECEIVERS

There are no receivers.

WSA_QOS_REQUEST_CONFIRMED

Reserve has been confirmed.

WSA_QOS_ADMISSION_FAILURE

Error due to lack of resources.

WSA_QOS_POLICY_FAILURE

Rejected for administrative reasons — bad credentials.

WSA_QOS_BAD_STYLE

Unknown or conflicting style.

WSA_QOS_BAD_OBJECT

Problem with some part of the filterspec or providerspecific buffer in general.

WSA_QOS_TRAFFIC_CTRL_ERROR

Problem with some part of the flowspec.

WSA_QOS_GENERIC_ERROR

General QOS error.

WSA_QOS_ESERVICETYPE

An invalid or unrecognized service type was found in the flowspec.

WSA_QOS_EFLOWSPEC

An invalid or inconsistent flowspec was found in the QOS structure.

WSA_QOS_EPROVSPECBUF

Invalid QOS provider-specific buffer.

WSA_QOS_EFILTERSTYLE

An invalid QOS filter style was used.

WSA_QOS_EFILTERTYPE

An invalid QOS filter type was used.

WSA_QOS_EFILTERCOUNT

An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.

WSA_QOS_EOBJLENGTH

An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.

WSA_QOS_EFLOWCOUNT

An incorrect number of flow descriptors was specified in the QOS structure.

WSA_QOS_EUNKOWNPSOBJ

An unrecognized object was found in the QOS provider-specific buffer.

WSA_QOS_EPOLICYOBJ

An invalid policy object was found in the QOS provider-specific buffer.

WSA_QOS_EFLOWDESC

An invalid QOS flow descriptor was found in the flow descriptor list.

WSA_QOS_EPSFLOWSPEC

An invalid or inconsistent flowspec was found in the QOS provider specific buffer.

WSA_QOS_EPSFILTERSPEC

An invalid FILTERSPEC was found in the QOS provider-specific buffer.

WSA_QOS_ESDMODEOBJ

An invalid shape discard mode object was found in the QOS provider specific buffer.

WSA_QOS_ESHAPERATEOBJ

An invalid shaping rate object was found in the QOS provider-specific buffer.

WSA_QOS_RESERVED_PETYPE

A reserved policy element was found in the QOS provider-specific buffer.

WSA_SECURE_HOST_NOT_FOUND

No such host is known securely.

WSA_IPSEC_NAME_POLICY_ERROR

Name based IPSEC policy could not be added.

Источник

We have a .NET 2.0 desktop application which sends and receives network
packets over UDP.

Several users have reported an occasional socket error 10052 which happens
when the code calls socket.BeginReceiveFrom on a the UDP socket.

What does this mean?

The official MS documentation for socket error 10052 says — quote:
«WSAENETRESET (10052) Network dropped connection on reset . The connection
has been broken due to keep-alive activity detecting a failure while the
operation was in progress. It can also be returned by setsockopt if an
attempt is made to set SO_KEEPALIVE on a connection that has already
failed.»

This just doesn’t make much sense for a UDP socket since UDP is a
connectionless protocol.

I know that another close error code 10054 in connection with UDP sockets
means that an ICMP message «Port Unreachable» was received, and I am
wondering if 10052 might map to another ICMP message?

I have googled this for months, read network books, etc. but can’t find
anything.
Please help — what does socket error 10052 on a UDP socket mean?

Thanks in advance

asked Jun 19, 2009 at 6:48

Jesper's user avatar

Be sure that TTL value is high enough, when sending UDP datagrams.

If you are using UdpClient class.
Then use the following before sending the datagram:

myUdpClient.Ttl = 255;

Note: 255 is the maximum value for TTL.
There is some network problem if that value is not enough.

answered May 18, 2012 at 8:14

SKi's user avatar

SKiSKi

7,7522 gold badges25 silver badges56 bronze badges

WSAE NET RESET suggests that it happens due to a reset of the network interface itself. Your program is sitting there bound to a UDP port, so in a sense it is connected, but to the network interface rather than to a remote peer.

Try starting your program, getting it to the point where this BeginReceiveFrom call is about to be made, then disable your NIC in the Device Manager and re-enable it. Or, with Wi-Fi, drop and reestablish the connection to the WAP. It might even happen by just unplugging the Ethernet cable to your machine, as recent versions of Windows default to killing all sockets connected through that NIC when this happens.

It would explain the rare problem reports from the field. This probably only happens when there is some local networking fault at the hardware level.

answered Aug 12, 2009 at 3:13

Warren Young's user avatar

Warren YoungWarren Young

40.1k8 gold badges83 silver badges100 bronze badges

У нас есть настольное приложение .NET 2.0, которое отправляет и получает сеть
пакетов через UDP.

Несколько пользователей сообщили о случайной ошибке сокета 10052, которая происходит
когда код вызывает socket.BeginReceiveFrom на UDP-сокете.

Что это значит?

Официальная документация MS для сокета об ошибке 10052 говорит — quote:
«WSAENETRESET (10052) Сетевое соединение отключено на reset.
был нарушен из-за активности активности, обнаруживающей отказ, в то время как
продолжалась операция. Он также может быть возвращен setsockopt, если
делается попытка установить SO_KEEPALIVE на соединение, которое уже
не удалось «.

Это просто не имеет смысла для UDP-сокета, поскольку UDP является
протокол без установления соединения.

Я знаю, что еще один код ошибки 10054 в связи с сокетами UDP
означает, что получено сообщение ICMP «Port Unreachable», и я
интересно, может ли 10052 сопоставить другое сообщение ICMP?

Я искал это в течение нескольких месяцев, читал сетевые книги и т.д., но не могу найти
что-нибудь.
Пожалуйста, помогите — что означает ошибка сокета 10052 на гнезде UDP?

Заранее спасибо

4b9b3361

Ответ 1

См. http://msdn.microsoft.com/en-us/library/ms740120%28v=vs.85%29.aspx, в котором описывается функция recvfrom. В нем говорится о WSAENETRESET (который является ошибкой winsock 10052):

Для сокета датаграммы эта ошибка указывает на то, что время жизни истекло.

Ответ 2

Убедитесь, что значение TTL достаточно велико при отправке дейтаграмм UDP.

Если вы используете класс UdpClient.
Затем перед отправкой дейтаграммы используйте следующее:

myUdpClient.Ttl = 255;

Примечание: 255 — максимальное значение для TTL.
Существует проблема с сетью, если этого значения недостаточно.

Ответ 3

WSAE NET RESET предполагает, что это происходит из-за RESET самого сетевого интерфейса. Ваша программа сидит там, привязанная к UDP-порту, поэтому в некотором смысле она подключена, но к сетевому интерфейсу, а не к удаленному узлу.

Попробуйте запустить свою программу, доведя ее до того момента, когда будет запущен этот вызов BeginReceiveFrom, затем отключите ваш сетевой адаптер в диспетчере устройств и снова включите его. Или, используя Wi-Fi, снимите и восстановите соединение с WAP. Это может произойти, просто отсоединив кабель Ethernet к вашему компьютеру, так как последние версии Windows по умолчанию убивают все сокеты, подключенные через этот сетевой адаптер, когда это происходит.

Это объясняет редкие сообщения о проблемах с поля. Вероятно, это происходит только тогда, когда на аппаратном уровне возникает локальная сетевая ошибка.

  • Remove From My Forums
  • Question

  • Greetings!

    Recently I’ve been seeing Windows Server Update Services event 10052 (can’t send email notifications) errors in our WSUS server application log. This error means that WSUS is unable to send Windows update notification information and the like via e-mail,
    and yes, I have not received such mail from the WSUS server for a while. 

    However, the thing that I do not understand is that I can send and receive test mail from the WSUS server just fine. This means that it is likely that problem does not lie with the SMTP server or network, but rather with the WSUS server itself. Also,
    Windows update programs were applied to the server in question somewhat recently, so that may have something to do with it.

    So this is all very strange. Does anybody have any ideas as to what is going on?

Answers

  • Hi,

    Event id 10052 indicates Invalid Server specified or you do not have the permission required to complete the operation.

    This issue can occur if you specified an incorrect Exchange Server computer or if the server cannot be reached. Verify the configuration,and if persists,you may ask in the Exchange forum to see whether there is any possible issues.

    Best regards,

    Clarence


    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

    • Marked as answer by

      Tuesday, February 21, 2012 6:25 AM

I have a .NET Framework 4.8 application (Windows service) which sends and receives data over UDP. Sometimes, randomly, on one of the ports, when calling socket.BeginReceiveFrom, the exception with error code 10054 is thrown

The code:

NOTE: This code is just snippet. This is not fully functional solution equipped with error handling 

private Socket serverSocket = null;
private byte[] byteData = new byte[1024];
private void DoReceiveFrom(IAsyncResult iar)
    {
       EndPoint clientEP = new IPEndPoint(IPAddress.Any, 0);        int dataLen = this.serverSocket.EndReceiveFrom(iar, ref clientEP);        if (dataLen > 0)        {          // Do something with the data                    }        EndPoint newClientEP = new IPEndPoint(IPAddress.Any, 0);        // This is the part which throws an exception randomly        this.serverSocket.BeginReceiveFrom(this.byteData, 0, this.byteData.Length, SocketFlags.None, ref newClientEP, DoReceiveFrom, newClientEP);                  }

Open in new window

The error: 

"System.Net.Sockets.SocketException (0x80004005): The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress
   at System.Net.Sockets.Socket.DoBeginReceiveFrom(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint endPointSnapshot, SocketAddress socketAddress, OverlappedAsyncResult asyncResult)
   at System.Net.Sockets.Socket.BeginReceiveFrom(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP, AsyncCallback callback, Object state)"

Open in new window

  • There are about 10,000 simultaneously «connected» clients (remote controllers connected via cellular network)

  • The program listens on approximately 30 UDP ports, and controllers are distributed roughly evenly across the ports

  • Each controller sends/receives about 10 small data packets per minute

I can’t just «ignore» this error (as recommended on some internet posts), because after BeginReceiveFrom fails with an exception, the socket cannot receive other data

The only practical way I’ve found is to close current socket and create the new one, binded to the same port. This doesn’t seem like the right thing because:
First, I lose packets that were already received at the time of the exception, but not yet «handled» by the application
Second, during the time between closing the current socket and creating a new one, the current port is not available to clients
And third, and most importantly (to my mind), such solution does not look «correct» and «elegant»

So, what the «best», «By the Book» solution you can suggest me for this case?

Понравилась статья? Поделить с друзьями:
  • Unknown error code 0xc0000225 криптопро
  • Unknown error cannot find chrome binary python
  • Unknown error cannot find chrome binary linux
  • Unknown error 999 hive os
  • Unknown error 857735115 avira