if I specify a buffer that is actually not big enough to hold a packet, then what will happen?
e.g. var myBuffer: array[0..50] of char; receivedSize: longint; receivedSize := MywSock.receive(myBuffer); if the socket wants to give me 100 bytes but I only have 50.. what will happen? David -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be