[Interest] TCP window scale

Yauheni Pervenenka yauheni.pervenenka at viber.com
Tue May 23 19:37:19 CEST 2023


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

On Tue, May 23, 2023 at 8:29 PM Yauheni Pervenenka <
yauheni.pervenenka at viber.com> wrote:

> Hi, Thiago, thanks for your reply, yep you are right but unfortunately I
> need to change TCP window scale option for TCP window size, I need that
> window size will be 65536, but with scale it can be
> ReceiveBufferSizeSocketOption * 2^14
>
> On Tue, May 23, 2023 at 7:30 PM Thiago Macieira <thiago.macieira at intel.com>
> wrote:
>
>> On Tuesday, 23 May 2023 09:06:05 PDT Yauheni Pervenenka via Interest
>> wrote:
>> > Hi, community
>> > Is it possible to change the TCP window size for qtcpsocket?
>>
>> https://doc.qt.io/qt-6/qabstractsocket.html#setSocketOption
>> Maybe QAbstractSocket::ReceiveBufferSizeSocketOption will do what you
>> want.
>>
>> --
>> Thiago Macieira - thiago.macieira (AT) intel.com
>>   Cloud Software Architect - Intel DCAI Cloud Engineering
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230523/e1723193/attachment.htm>


More information about the Interest mailing list