After UDP port forwarding has been configured on my home router, either through UPnP or by logging into the router and setting it up manually, how can I test th
I'm having a lot of packet loss using UDP in python. I know I should use TCP if I don't want packet loss, but I don't have (full) controll over the sender. It'
I've been working on a socket server program in C# (I was inspired from this post) and my problem is that when a client disconnects an exception "An existing co
I want to create a UDP socket connection to receive data from GStreamer udpsink. When I create a Gstreamer pipeline using udpsink, VLC can play the stream. I wa
Problem: I am trying to bind a udp socket on a specific address. I will broadcast out a message. That same socket will need to be able to receive messages. Cur