-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client library does not set options SO_KEEPALIVE, TCP_NODELAY for socket at connection [CORE1763] #2187
Comments
Modified by: @AlexPeshkoffassignee: Alexander Peshkov [ alexpeshkoff ] |
Commented by: @AlexPeshkoff SO_KEEPALIVE is needed for server to watch lost clients. How do you imagine client watching for lost server? |
Modified by: @hvladassignee: Alexander Peshkov [ alexpeshkoff ] => Vlad Khorsun [ hvlad ] |
Commented by: @hvlad Client socket for database connection now set TCP_NODELAY option (accordingly to firebird.conf setting, by default on). |
Modified by: @hvladstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5 Alpha 1 [ 10224 ] |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovstatus: Closed [ 6 ] => Closed [ 6 ] QA Status: No test => Cannot be tested |
Submitted by: John Kilin (johnkilin)
Relate to CORE3387
The client library does not set options SO_KEEPALIVE, TCP_NODELAY for socket at connection
Commits: 5cb43d8
The text was updated successfully, but these errors were encountered: