hi,

are there any general guidlines for the size of a message that should be send over TCP/Ip using winsock2. e.g I have a structue of max size 3461760 bytes. Can be be sent over tcp/ip as a message to an application as one single message.

What are the issues with using recv ( winsock2 ) and datalengths, if there are any.

Can anyone point me to a an article which can explain this. I am new to network programmign basically with zero training and have to research on my own to write a set of network applications.

Thnx for help.