python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why is QUIC protocol is said to be built on UDP when it uses TLS packets which runs on TCP?
I was researching on QUIC protocol and my professor asked me this question. QUIC is said to be built on UDP and uses TLS packets. TLS itself requires reliable connection that is TCP. So, why QUIC is n...
2018 01119
Votes: 0
Answers: 3
Gstreamer. Sending multiple files via rtp
I built a pipeline that reads one file and sends it via rtp
gst-launch-1.0 filesrc location="00001.mp4" ! qtdemux ! h264parse ! avdec_h264 ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 p...

Aleksandr
Votes: 0
Answers: 1
UDP packet receive errors continuously increasing while using logstash udp input and some filters and output to a PostgreSQL database
Here I am processing massive logs that are originated from a router, and sending it to logstash which is receiving logs via UDP input method. Having some filter methods to it and finally inserting tho...

bhuwan pandit
Votes: 0
Answers: 1
What is the right way to measure server/client latency (TCP & UDP)
I am sending and recieving packets between two boards (a Jeston and a Pi). I tried using TCP then UDP, theoritically UDP is faster but I want to verify this with numbers. I want to be able to run my s...
MCQ200
Votes: 0
Answers: 2