Ask Your Question
0

No FIN ACK to end stream

asked 2020-06-20 14:30:37 +0000

bobd gravatar image

Client app talking to SQL Server has multiple streams, some with proper FIN ACK handshake, others without. Is this just an abrupt end of the conversation, or should we expect the proper handshake?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-21 10:17:26 +0000

JasMan gravatar image

From the point of view of TCP the connection is still established as long as you see no FIN or RST flag, or until the connection timeout counts out.

If you see only a FIN flag from one site, the connection state of the sender is FIN_WAIT_1 and will not send data anymore.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-20 14:30:37 +0000

Seen: 135 times

Last updated: Jun 21 '20