python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to measure RTT/latency through TCP clients (created in GoLang) from a TCP server created in GoLang?
so I am hosting a TCP server through GoLang and then I want to connect to my TCP server using multiple TCP clients and measure the RTT every time a new client is connected. I haven't found anything th...
zahid kamil
Votes: 0
Answers: 1
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
How http ensure the response data belong to which request when keep-alive is on
http header connection:keep-alive allow multi requests share the same socket to reduce the tcp cost on creation and destroy, so the same socket will receive the response data that belong to each indiv...
baotongw
Votes: 0
Answers: 1
How to capture martian packets without letting the linux kernel to drop them and then catching them using raw sockets
I'm trying to setup a network to simulate an Edge computing scenario with LTE. But the question here is more pertaining to IP tables and raw sockets on the server.
I have the following setup:
PC-A is ...
spandan
Votes: 0
Answers: 1