Do you read the data from the socket fast enough? There is a buffer in the socket that gets filled and stops the flow to avoid data loss.
Do you read the data from the socket fast enough? There is a buffer in the socket that gets filled and stops the flow to avoid data loss.
yes i do. whenever appliaction recieve the data i process it and checks for socket whether it contains data. if it has i process once again. This will continue until socket is empty.
Bookmarks