Windows 10: How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?

Discus and support How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast? in Windows 10 BSOD Crashes and Debugging to solve the problem; How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?High CPU Usage and Datagram Received Errors in RTP Unicast UDP... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Enes_E06, Aug 3, 2023.

  1. Enes_E06 Win User

    How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?


    How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?High CPU Usage and Datagram Received Errors in RTP Unicast UDP Transmission on WindowsHello,I am sending data to a Windows PC using RTP Real-time Transport Protocol Unicast UDP. However, the receiving computer experiences high CPU usage and freezing issues during data reception, specifically related to System Interrupts. When another application that communicates via UDP multicast is running, this becomes an issue. When the data is received in response to the RTP transmission, there are no such issues, but

    :)
     
    Enes_E06, Aug 3, 2023
    #1
  2. River Ha Win User

    How to configure Windows Sandbox to allow receiving UDP packets?

    Hello everyone,

    My app running on the sandbox could open TCP connections to a server running on the host,

    but the app could not receive UDP packets from the host.

    I have put the app in the white list of the firewall but it did not help.

    The IP of the sandbox is default (DHCP).

    Ping to the host replies well.

    How to configure the sandbox to allow the app receive UDP?
     
    River Ha, Aug 3, 2023
    #2
  3. River Ha Win User
    How to configure Windows Sandbox to allow receiving UDP packets?

    Thank you for reply.

    Here is the output from PortQuery utility:

    Attempting to resolve IP address to a name...

    IP address resolved to 4138506a-580e-486d-b876-c0f65c5809db.mshome.net

    querying...

    UDP port 65232 (unknown service): LISTENING or FILTERED

    portqry.exe -n 172.18.215.XX -e 65232 -p UDP exits with return code 0x00000002.

    (XX is removed by me).

    I am not familiar to the utility, so by looking at the output of PortQuery, I am not sure the UDP port is blocked or not.

    Addition information:

    The host IP is 192.168.X.X / 255.255.0.0

    The sandbox IP: 172.18.215.XX / 255.255.255.240

    Again: the TCP connections work well.

    Firewall: All UDP ports are in whitelist.
     
    River Ha, Aug 3, 2023
    #3
  4. Josh_971 Win User

    How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?

    Unable to receive traffic to UDP port 4500

    How can we prevent Windows from interacting with packets received on UDP port 4500?

    Tested on other UDP ports, all can correctly receive data, while using UDP port 4500, no data can be received.

    Have already tried

    1. Stopping IKE and AuthIP IPsec Keying Modules.

    2. Stopping IPsec Policy Agent.

    3. Stopping all firewalls

    But all failed to u receive data although it can bind to port 4500

    Seems that windows some how drop packets received from UDP port 4500

    How can we solve this issue
     
    Josh_971, Aug 3, 2023
    #4
Thema:

How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?

Loading...
  1. How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast? - Similar Threads - Resolve High Datagram

  2. Resolve Install Error - 0x80070103 for Intel Updates

    in Windows 10 Gaming
    Resolve Install Error - 0x80070103 for Intel Updates: I keep gettig install Error - 0x80070103 Windows 11 Pro Intel Corporation for Intel Display - 31.0.101.5388 and Intel Corporation - Extension - 31.0.101.5388...
  3. Resolve Install Error - 0x80070103 for Intel Updates

    in Windows 10 Software and Apps
    Resolve Install Error - 0x80070103 for Intel Updates: I keep gettig install Error - 0x80070103 Windows 11 Pro Intel Corporation for Intel Display - 31.0.101.5388 and Intel Corporation - Extension - 31.0.101.5388...
  4. RDP connection- different IP addresses for TCP and UDP

    in Windows 10 Software and Apps
    RDP connection- different IP addresses for TCP and UDP: Hello, I'm trying to write a script that allows RDP connection to the server based on the current IP address of the client. When the client looks for his public IP, he gets 2.52.76.46. In the Event Viewer, on the server side, two different IP addresses are logged in for the...
  5. How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?

    in Windows 10 Gaming
    How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?: How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?High CPU Usage and Datagram Received Errors in RTP Unicast UDP Transmission on WindowsHello,I am sending data to a Windows PC using RTP Real-time Transport Protocol Unicast UDP. However,...
  6. How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?

    in Windows 10 Software and Apps
    How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?: How to Resolve High Datagram Received Address Errors on Windows with Intel UDP Unicast?High CPU Usage and Datagram Received Errors in RTP Unicast UDP Transmission on WindowsHello,I am sending data to a Windows PC using RTP Real-time Transport Protocol Unicast UDP. However,...
  7. Unable to receive traffic to UDP port 4500

    in Windows 10 Gaming
    Unable to receive traffic to UDP port 4500: How can we prevent Windows from interacting with packets received on UDP port 4500?Tested on other UDP ports, all can correctly receive data, while using UDP port 4500, no data can be received.Have already tried1. Stopping IKE and AuthIP IPsec Keying Modules.2. Stopping IPsec...
  8. Unable to receive traffic to UDP port 4500

    in Windows 10 Software and Apps
    Unable to receive traffic to UDP port 4500: How can we prevent Windows from interacting with packets received on UDP port 4500?Tested on other UDP ports, all can correctly receive data, while using UDP port 4500, no data can be received.Have already tried1. Stopping IKE and AuthIP IPsec Keying Modules.2. Stopping IPsec...
  9. Unable to receive traffic to UDP port 4500

    in Windows 10 Network and Sharing
    Unable to receive traffic to UDP port 4500: How can we prevent Windows from interacting with packets received on UDP port 4500?Tested on other UDP ports, all can correctly receive data, while using UDP port 4500, no data can be received.Have already tried1. Stopping IKE and AuthIP IPsec Keying Modules.2. Stopping IPsec...
  10. How to configure Windows Sandbox to allow receiving UDP packets?

    in Windows 10 Network and Sharing
    How to configure Windows Sandbox to allow receiving UDP packets?: Hello everyone, My app running on the sandbox could open TCP connections to a server running on the host, but the app could not receive UDP packets from the host. I have put the app in the white list of the firewall but it did not help. The IP of the sandbox is default...