Hi all,
I have to send some data to a server on a PC directly linked to mine, but I find that the connection is quite slow (500ms to send simple data) and I'm trying to figure out where are the problems.
It is a local connection, from a PC to another, so no override from router, switch and so on.
Here is a snapshot of a POST request from 192.168.1.1
to http://192.168.1.2/esito
using POST:
The column time indicates the time from the previous packet: as you can see there are 2 quite slow packets: the number 5 from the destination to the source and the number 8 from the source to the destination.
Both of the packets are communication ACK packets, I'm wondering why ACK packets can be slower that the real request packets (number 6 and 7).
Here you can find the pcapng captured data.
Is there a way to debug the problem further? How could I increase the speed of the communication?