Top "Udp" questions

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

Can UDP packet be fragmented to several smaller ones

Can UDP packet be fragmented to several smaller ones if it exceeds MTU? It seems that MTU fragmentation is about …

networking udp ip mtu
Why DNS uses UDP as the transport layer protocol?

Why DNS uses UDP as the transport layer protocol?

tcp dns udp protocols
UDP packet drops by linux kernel

I have a server which sends UDP packets via multicast and a number of clients which are listing to those …

linux udp multicast packet-loss
Specifying what network interface an UDP multicast should go to in .NET

On a computer with both an active Wireless Card and a LAN-Port with a crossover cable hooked up to another …

c# .net sockets udp multicast
how to send an int through UDP in java

I'm trying to write a bit of code which sends a single int over UDP. The code I have so …

java udp datagram
UDP Hole Punching Java Example

I want to do UDP Hole Punching with two clients with the help of a server with a static IP. …

java sockets udp tunneling hole-punching
How to create a UDP server in C?

I'm trying to write a UDP server in C (under Linux). I know that in the socket() function I must …

c sockets udp bind listen
UDP Packet drop - INErrors Vs .RcvbufErrors

I wrote a simple UDP Server program to understand more about possible network bottlenecks. UDP Server: Creates a UDP socket, …

linux linux-kernel udp epoll
Python raw socket listening for UDP packets; only half of the packets received

I am trying to create a raw socket in Python that listens for UDP packets only: import socket s = socket.…

python sockets networking udp packet-capture
Why do I get UDP datagrams out of order even with processes running locally?

I'm developing a java interface between a streaming server and a flash client. I noticed that UDP datagrams can reach …

java udp datagram