Top "Roundtrip" questions

Measuring the HTTP response time with requests library in Python. Am I doing it right?

I am trying to induce an artificial delay in the HTTP response from a web application (This is a technique …

python-2.7 python-requests httpresponse roundtrip elapsed
batch http requests

Does anyone know a standard way to batch http requests? Meaning - sending multiple http atomic requests in one round …

performance http rest batch-file roundtrip
Plot RTT histogram using wireshark or other tool

I have a little office network and I'm experiencing a huge internet link latency. We have a simple network topology: …

histogram wireshark tcpdump roundtrip
Calculate average Round Trip Time?

I have used the traceroute command and pinged my Amazon INstance. This is the result I got back: traceroute to 10.250.19.146 (10.250.19.146), 30 …

average icmp traceroute roundtrip
Nginx convert subdomain to path component without redirect

The idea is to take incoming requests to http://abc.example.com/... and rewrite them to http://example.com/abc/... …

nginx rewrite subdomain roundtrip
Go RoundTripper and Transport

I am having hard time understanding what we need RoundTripper for in Go. https://golang.org/pkg/net/http/#RoundTripper …

http go roundtrip itmstransporter
Do good multiplayer/mmo client<>server games use latency within movement calculations?

There's a couple of questions here. Imagine I have client A who's going to send the following message to Server: "…

synchronization latency multiplayer roundtrip