Hi All,
When I do a huge write to my socket I'm getting the Socket error 10055: No buffer space available. How to overcome this problem?
I know that spliting the data in to small chuncks and sending it will solve this problem, but I would like to know other possible ways. Can any one tell any other way to handle this? Is there a way to increase the socket buffer size?
When I do a huge write to my socket I'm getting the Socket error 10055: No buffer space available. How to overcome this problem?
I know that spliting the data in to small chuncks and sending it will solve this problem, but I would like to know other possible ways. Can any one tell any other way to handle this? Is there a way to increase the socket buffer size?
Comment