i am receiving large structure in a QT server programme from non-qt client. But it receives only 50176 bytes out of 130024 bytes sent from client. i am using qsocket.read() at qt server. i had tried sending of the struct in slices of 1460 bytes and same size i am receiving at my QT programme. The size of receiving buffer is more than 130024 bytes.
Please help me to resolve this problem.
thanks..
Bookmarks