Top "Udp" questions

User Datagram Protocol is one of the messaging protocols of the IP protocol stack.

Problems with SO_BINDTODEVICE Linux socket option

I have a PC with two network cards. One (eth0) is for LAN/internet and the other for UDP communication …

c linux sockets udp broadcast
WebSockets, UDP, and benchmarks

HTML5 websockets currently use a form of TCP communication. However, for real-time games, TCP just won't cut it (and is …

performance html udp websocket
How to set up a socket for UDP multicast with 2 network cards present?

I'm trying to get udp multicast data using sockets and c++ (c). I have a server with 2 network cards so …

c++ linux udp multicast
How to set the don't fragment (DF) flag on a socket?

I am trying to set the DF (don't fragment flag) for sending packets using UDP. Looking at the Richard Steven's …

c++ sockets udp packet
How to set up a Winsock UDP socket?

I want to create a Winsock UDP socket that only sends data to a client. I want the kernel to …

c++ winapi sockets udp winsock
Python UDP Broadcast not sending

I am trying to UDP broadcast from a Python program to two LabView programs. I cannot seem to get the …

python udp broadcast labview
Does YouTube stream Videos via TCP?

I just sniffed some traffic using wireshark and noticed, that the YouTube traffic relies on TCP. I thought, they were …

tcp youtube stream udp rtsp
TCP stream vs UDP message

TCP is stream oriented meaning data is transferred as a continues stream of bytes. But what confuses me is that …

networking tcp udp
UDP broadcast packets across subnets

Is it possible to send a UDP broadcast packet to a different subnet through a router? I'm writing an app …

networking udp
Does WebRTC use TCP or UDP?

This sounds like a very basic question, but I need a confirmation Does WebRTC use TCP or UDP as its …

tcp udp webrtc channel transport