Sending Large Data > 1 MB through Windows Sockets viz using the Send function

Posted by user66854 on Stack Overflow See other posts from Stack Overflow or by user66854
Published on 2009-02-16T08:29:47Z Indexed on 2010/03/14 20:05 UTC
Read the original article Hit count: 285

Filed under:
|
|

Hi all,

I am looking to send a large message > 1 MB through the windows sockets send api . Is there a efficient way to do this , i do not want to loop and then send the data in chunks . I have read somewhere that you can increase the socket buffer size and that could help . Could anyone please elobrate on this . Any help is appreciated

© Stack Overflow or respective owner

Related posts about Windows

Related posts about sockets