Sending Large Data > 1 MB through Windows Sockets viz using the Send function
- by user66854
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