winsock not recieving all data 
Author Message
 winsock not recieving all data

I am sending packets of data over the winsock, but the receiving end
does not receive all of the data. I am sending in packets of 8000 bytes,
but the receiving end grabs between 500 and 4000 each time. Am I doing
something wrong? This only happens when I use it over an actual network
and not using the IP loopback address. (127.0.0.1)

Any help is greatly appreciated

Dave

--

ICQ# 3263311, Fax: +44 (0870) 1640 113
To e-mail me, replace 'nospam' with ' btcf'
A hundred thousand lemmings can't be wrong.



Tue, 22 May 2001 03:00:00 GMT  
 winsock not recieving all data

Quote:

>I am sending packets of data over the winsock, but the receiving end
>does not receive all of the data. I am sending in packets of 8000 bytes,
>but the receiving end grabs between 500 and 4000 each time. Am I doing
>something wrong? This only happens when I use it over an actual network
>and not using the IP loopback address. (127.0.0.1)

That is totally normal.  You have to buffer the incoming data until you have
it all.  If the data is variable-length then you must preceed it with a
header that says how much is to follow, or follow it by a recognizable
end-of-data flag so that the receiving end knows when it has everything.


Wed, 23 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. MSComm does not recieve data when Hyper Terminal recieves data OK

2. Problems recieving data using the Winsock control

3. winsock data arrival does not wait for data

4. recieve data asynchronously and send the data on the same socket

5. Only recieving 8k of image using winsock control (Please help)

6. Winsock not sending data

7. Winsock not flushing data

8. Winsock Control Might Not Receive Large chunk of data

9. datagrid updatecommand event args does not recieve updated information

10. VB 5.0 User Defined Control does not recieve Terminate Call

11. Internet control not recieving all of string

12. DirectPlay Not Recieving Messages

 

 
Powered by phpBB® Forum Software