Question: You read from a socket, into a buffer you malloc() of size 256 bytes. You only receive 250 bytes, but you know you are to
You read from a socket, into a buffer you malloc() of size 256 bytes. You only receive 250 bytes, but you know you are to receive 256. What is happening, and what do you do about it? In general, how do we avoid a deadlock due to attempting to read too much data from a socket (in other words, how do we know how much data we should read from our peer)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
