Windows 10: Intermittent failure to open UDP socket

Discus and support Intermittent failure to open UDP socket in Windows 10 Network and Sharing to solve the problem; Summary of Problem:We have a Win 10 application hereafter, “the application/app” that communicates with an external embedded Linux system hereafter... Discussion in 'Windows 10 Network and Sharing' started by PBorgz, Jun 3, 2022.

  1. PBorgz Win User

    Intermittent failure to open UDP socket


    Summary of Problem:We have a Win 10 application hereafter, “the application/app” that communicates with an external embedded Linux system hereafter “the device” via Wi-Fi. The Wi-Fi connection to the device is provided by an external AP – the PC is connected to that AP via a local ethernet cable from a PCIe NIC.The app opens several TCP sockets and one UDP socket to the device. Occasionally, after suffering an unexpected disconnect from the device e.g., due to poor Wi-Fi signal strength, the application is unable to open the UDP socket to the device TCP sockets are not affected.

    :)
     
    PBorgz, Jun 3, 2022
    #1
  2. njjal Win User

    Intermittent UDP drops in Windows 10 OS

    Hi,
    I have a receiver-side NDIS ETL capture. It shows packets in order and all present. I also have an application receiving data off of the socket. The application misses some data, and the data is occasionally in the wrong order.
    The application is receiving multicast UDP via a LAN. The loss is apx. 0.01% of data received. While UDP delivery and ordering aren't guaranteed by the protocol and the throughput isn't terrible, I want to understand why the OS would drop the data.
    It doesn't need to be lossless, but I want to first identify where the packets are being lost (e.g. in some finite kernel buffer), then find the threshold (e.g. after 64MB of queued data).
    Any tips or ideas on steps to take would be greatly appreciated.
     
    njjal, Jun 3, 2022
    #2
  3. Error message "missing registry socket"

    Hi Harry,

    Thank you for bringing up your query on Microsoft Community.

    I realize this may be frustrating. Now that you have me with you, let me take care of this.

    Winsock or Windows Sockets is a technical specification that defines how Windows network software should access network services.

    Let us try the following steps and check if it helps.

    Step 1: Perform a Winsock Reset

    • Open the Windows Start Screen or Start Menu and type
      cmd in the search box.
    • Right-click Command Prompt or cmd in the search results and select
      Run as Administrator.
    • Type netsh winsock reset in the Command Prompt window and press
      Enter. Wait for Windows to finish resetting your Winsock configuration.
    • Reboot your computer.

    Step 2: I suggest you to follow the steps suggested by

    Suvarna Govinda
    (replied on February 16, 2016) and check if it helps.

    "Windows Sockets registry entries required for network connectivity are missing" Connectivity Issues in Windows 10

    http://answers.microsoft.com/en-us/...ired-for/ed49998d-dd84-4392-8652-5c3522a41e0e

    Hope it helps.

    Let us know the status, we are glad to assist you further
     
    Abdul_Malik, Jun 3, 2022
    #3
  4. Intermittent failure to open UDP socket

    Windows 10 'Windows sockets registry entries are missing'

    Hi,

    Thank you for posting your query in Microsoft Community.

    I understand the issue that you are currently facing, we will try the best we can to resolve your issue.

    I would like to inform you that Winsock or Windows Sockets is a technical specification that defines how Windows network software should access network services.

    I suggest you to try the below steps and check if you are able to connect to internet.

    Step 1: Perform a Winsock Reset


    • Open the Windows Start Screen or
      Start Menu and type cmd in the search box.

    • Right-click Command Prompt or
      cmd in the search results and select Run as Administrator.

    • Type netsh winsock reset in the Command Prompt window and press
      Enter. Wait for Windows to finish resetting your Winsock configuration.

    • Reboot your computer.
    Step 2: I suggest you to refer to the below thread replied by
    jtelliott94 on March 25, 2015 and check if it helps.

    Refer: windows socket registry
    entries missing according to diagnostics and internet no longer working at all


    Hope the information helps. Please let us know if the issue persist and we will be happy to assist you further.
     
    Nachappa C K, Jun 3, 2022
    #4
Thema:

Intermittent failure to open UDP socket

Loading...
  1. Intermittent failure to open UDP socket - Similar Threads - Intermittent failure open

  2. Intermittent Windows Hardware Failures

    in Windows 10 Gaming
    Intermittent Windows Hardware Failures: I'm receiving intermittent "Windows Hardware Errors" while performing a variety of tasks. Sometimes it happens while gaming, but I've had it occur while browsing and even right after logging into Windows. When the failure occurs, all 3 monitors go to a black screen loss of...
  3. Intermittent Windows Hardware Failures

    in Windows 10 Software and Apps
    Intermittent Windows Hardware Failures: I'm receiving intermittent "Windows Hardware Errors" while performing a variety of tasks. Sometimes it happens while gaming, but I've had it occur while browsing and even right after logging into Windows. When the failure occurs, all 3 monitors go to a black screen loss of...
  4. Intermittent failure to open UDP socket

    in Windows 10 Software and Apps
    Intermittent failure to open UDP socket: Summary of Problem:We have a Win 10 application hereafter, “the application/app” that communicates with an external embedded Linux system hereafter “the device” via Wi-Fi. The Wi-Fi connection to the device is provided by an external AP – the PC is connected to that AP via a...
  5. Intermittent failure to open UDP socket

    in Windows 10 Gaming
    Intermittent failure to open UDP socket: Summary of Problem:We have a Win 10 application hereafter, “the application/app” that communicates with an external embedded Linux system hereafter “the device” via Wi-Fi. The Wi-Fi connection to the device is provided by an external AP – the PC is connected to that AP via a...
  6. Intermittent Connection Failure

    in Windows 10 Network and Sharing
    Intermittent Connection Failure: There is a website server that is getting intermittent connection failures. The log is showing just a 500 status. This is what the log shows me from time to time. /login.aspNULL200 /NULL302...
  7. Intermittent failure to start PC

    in Windows 10 Performance & Maintenance
    Intermittent failure to start PC: Not sure if this is Win10 or just hardware, but about once a week, maybe less, when I start my PC it appears to start up, the keyboard lights flash a couple of times, then it just goes off. Usually if I press the Start button again it will start and work normally. While this...
  8. Intermittent pin logon failures

    in Windows Hello & Lockscreen
    Intermittent pin logon failures: I am experiencing intermittent pin logon failures. It is random, sometimes logging me in and other times reporting pin is not available. I disabled the pin for now....
  9. Is this a phone socket or ethernet socket ?

    in Windows 10 Network and Sharing
    Is this a phone socket or ethernet socket ?: Hi. My brother in law has asked me if I can install broadband in his shed, he has shown me photos of the wired sockets he has but he is unsure what they are and I can't tell for sure from that pic. Could you tell me if that socket in the photo is for a ethernet plug or a...
  10. Intermittent UDP drops in Windows 10 OS

    in Windows 10 Network and Sharing
    Intermittent UDP drops in Windows 10 OS: Hi, I have a receiver-side NDIS ETL capture. It shows packets in order and all present. I also have an application receiving data off of the socket. The application misses some data, and the data is occasionally in the wrong order. The application is receiving multicast UDP...