In my LAN, I have a router that runs a Samba server and my PC connects to the router.
I wiresharked during a uploading to the server and a downloading from the server.
The wireshark results show that:
- During the uploading, the server sends an ACK every 0.6ms average
- During the downloading, my PC send an ACK every 0.025ms average
As a consequence, the downloading generates about 120,000 frames while the uploading only generates 70,000 frames. And the downloading rate is about 12.7Mbytes/s while the uploading rate is 20Mbytes/s.
So I want to figure out the possible reason for this.