I'd like to send a TMessage object with a size > 65535 using the
TSocket::Send() method.
I saw that the TSocket options kSendBuffer and kRecvBuffer are
65535/UShort. Is it possible to change this? (if yes, how could I do
it?)
Or do I have find a work around, e.g. splitting my message into smaller
pieces?
cheers,
Judith