Top "Udp" questions

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

UDP hole punching. Have server talk to client

I been reading a lot on how to implement UDP hole punching but fore some reason I cannot make it …

c# sockets networking udp hole-punching
Can UDP retransmit lost data?

I know the protocol doesn't support this but is it common for clients that require some level of reliability to …

networking udp udpclient
What is the best way to do Bit Field manipulation in Python?

I'm reading some MPEG Transport Stream protocol over UDP and it has some funky bitfields in it (length 13 for example). …

python udp bits bit-fields
Implementing Stop and wait with C & UDP, and what does cause 'resource temporarily unavailable'?

I am implementing stop&wait with c and udp socket programming. To simulate this protocol, I wrote two codes. …

c sockets udp recvfrom
Getting a UDP socket program in Python to accept messages from a Syslog client?

I'm trying to write a Syslog listener and so far so good on getting it to accept incoming messages through …

python sockets udp syslog
HLS(HttpLiveStreaming) vs RTP(Real-time Transport Protocol) on UDP for mobile P2P?

I'm testing Audio/Video P2P connection between mobile devices. Studying WebRTC, I've noticed NAT traversal(uses STUN server) and …

udp video-streaming rtp nat
Need microsecond delay in .NET app for throttling UDP multicast transmission rate

I'm writing a UDP multicast client/server pair in C# and I need a delay on the order of 50-100 µ…

c# .net udp delay multicast
Broadcast like UDP with the reliability of TCP

I'm working on a .net solution that is run completely inside a single network. When users make a change to …

.net networking tcp udp
Decrypting QUIC UDP Payloads in Wireshark

I have a whole bunch of encrypted QUIC UDP packets I've managed to capture and narrow down from an online …

encryption udp wireshark quic
AsyncUdpSocket how to use receive

I am trying to get a program for iPhone running on the simulator. My problem is with receiving UDP data. …

iphone cocoa-touch udp asyncsocket