hello, I have issue with slowness of client-server app - 3min... (server is SQL Server, client has installed app which is using SQL to get data and put in reports) . I'm started analyzing and see lot of TCP segment of a reassembled from server to client.
....
38123 2024-07-15 09:57:53,812584 10.0.40.212 10.0.43.10 TCP 1514 51562 → 14128 [ACK] Seq=15082664 Ack=3495890 Win=262688 Len=1460 [TCP segment of a reassembled PDU]
38124 2024-07-15 09:57:53,812585 10.0.40.212 10.0.43.10 TCP 1514 51562 → 14128 [ACK] Seq=15084124 Ack=3495890 Win=262688 Len=1460 [TCP segment of a reassembled PDU]
.....
Between server and Client there is FW, but there is no any app control, inspection , AV set - any traffic allowed.
Based on this, could be possible that this is a reason why app works slow ??
The same raport run from the server is taking 1:30 - so it means that issue in one the network.
Thanks.