|
"Napster appears to send its data in 2K pieces, and wait for an acknowledgement from the other side before sending more (or from a programming perspective, it does a 2K send over the socket, and waits for it to complete before calling the next send. Napster is basically sending 2K of data, then waiting for the equivalent of a ping response, then sending 2K more, then waiting for a ping response, and so on."
|