Ask Your Question

Nurlan's profile - activity

2021-08-04 00:13:11 +0000 received badge  Famous Question (source)
2019-11-10 06:27:55 +0000 received badge  Notable Question (source)
2018-12-01 18:26:39 +0000 received badge  Popular Question (source)
2017-11-02 04:09:08 +0000 marked best answer Client is waiting for FIN flag from server for 30 sec

When I initialize TCP connection and send data, my application (client) delays for 30 seconds. Via Wireshark I see that response body is already received (15,16 packets), however the app waits for FIN packet from server (17 packet).

Packets snapshot via wireshark: https://www.dropbox.com/s/il8zkik5w88...

How can I shrink the delay?

2017-11-02 04:09:08 +0000 received badge  Scholar (source)
2017-11-02 04:08:50 +0000 commented answer Client is waiting for FIN flag from server for 30 sec

Thank you! The problem is application related indeed. Resolved it by changing from blocking socket implementation to non

2017-11-01 05:11:38 +0000 edited question Client is waiting for FIN flag from server for 30 sec

Client is waiting for FIN flag from server for 30 sec When I initialize TCP connection and send data, my application (cl

2017-11-01 05:11:29 +0000 received badge  Editor (source)
2017-11-01 05:11:29 +0000 edited question Client is waiting for FIN flag from server for 30 sec

Client is waiting for FIN flag from server for 30 sec When I initialize TCP connection and send data, my application (cl

2017-11-01 05:11:02 +0000 asked a question Client is waiting for FIN flag from server for 30 sec

Client is waiting for FIN flag from server for 30 sec When I initialize TCP connection and send data, my application (cl