Displaying 1 result from an estimated 1 matches for "bufferthread".
Did you mean:
buffer_head
2001 Feb 27
1
Winamp plugin; http streaming
...ontent-Type: multipart/alternative;
boundary="----=_NextPart_000_0093_01C0A035.B08D3950"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Changing this line from httpstream.c in the BufferThread function:
bytesRead =3D recv(pThreadData->tcpSocket, pThreadData->circularBuffer + =
pThreadData->circularBufferEnd, 1, 0);
to read as follows:
bytesRead =3D recv(pThreadData->tcpSocket, pThreadData->circularBuffer + =
pThreadData->circularBufferEnd, bytesToRead, 0);
peeds up...