Hi!

Just another question (I'm full of 'em ):

I learned a long time ago (in school) a TCP/IP packet will be split up in small packages for transmission. These can follow different routes. That's why thay MAY arrive at the other end in another order. I know it also has something to do with the "MTU-size".

My app is going to send/receive lots and lots of data (maybe over 1 Mb per session). Now for the questions:

[list=1][*]Will I have to split up the packages myself or will Winsock do that for me?[*]Will winsock join them (in the right order) or do I have to figure that out myself?[*] How do I determine the order?[*]What's the biggest/best packetsize?[*]...Why is life so short? [/list=1]

Any help would be appreciated. Thanx in advance...