Click to See Complete Forum and Search --> : winsock


thomascheung
April 15th, 2001, 02:47 AM
I use winsock to build a sender and receiver to send files between two PC by TCP through a LAN. At sender I keep track "bytes that have sent" and at receiver I keep track "byte that have received". When I send file (assume 1MB) from sender, the sender indicates 1MB sent complete just about 2 sec. But at receiver it receive the data much slower, I observed the "byte that have received" increase slowly and spent about 10-20sec to finish receiving 1MB data...Why is it?