On Tuesday, 23 May 2023 10:37:19 PDT Yauheni Pervenenka via Interest wrote:
> In more details I need to get correct progress from my localhost tcp
> server, I mean to get progress when tcp server read data from socket, but
> now I can write 8MB using QTCPSocket to server but server read nothing from
> socket and system ack's every 8192 message

After re-reading this, I think the answer is that there's nothing that can 
help you directly.

If you want the sender to know how much the receiver has consumed, then the 
receiver has to send that information back to the sender. So modify your 
protocol.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to