Socket error 10055: No buffer space available

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sendil kumar
    New Member
    • Sep 2007
    • 26

    Socket error 10055: No buffer space available

    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?
  • Arulmurugan
    New Member
    • Jan 2008
    • 90

    #2
    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

    Comment

    Working...