Connecting Tech Pros Worldwide Forums | Help | Site Map

Socket error 10055: No buffer space available

Newbie
 
Join Date: Sep 2007
Posts: 22
#1: Nov 21 '08
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?

Member
 
Join Date: Jan 2008
Location: India
Posts: 92
#2: Nov 21 '08

re: Socket error 10055: No buffer space available


Yes, you can increase the buffer size,the commands is depends on the OS, but still i dont understantd the complete problem so i am not sure the increasing buffer size will help you or not.

By the by which OS you are using?

Incase if you are using linux, you can check " man sysctl and man 7 tcp"

Regards,
Arul
Reply


Similar Networking bytes