Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4335730
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:42:36+00:00 2026-05-21T10:42:36+00:00

From what I understand carriers remove any tcp connections that are idle for some

  • 0

From what I understand carriers remove any tcp connections that are idle for some number of minutes. This is why if you want to maintain a persistent tcp connection from your clients to your backend, you have to send keep-alive’s both ways.

My question is: what should that keep-alive interval be?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T10:42:37+00:00Added an answer on May 21, 2026 at 10:42 am

    To be clear, nobody can remove a TCP connection except the end-points. That’s because the IP network protocol is all that the network sees and it is stateless by design.

    What makes an “end point” however may not be what you expect. A carrier can put a transparent proxy or a router with NAT in between at which point those do need to keep state in order to properly forward the data.

    NAT is your biggest problem because it’s more common and if the router decides to drop the state for a connection due to not seeing traffic for a while, and endpoint will never know until the next time it tries to send data.

    Enabling SO_KEEPALIVE has a default value of 2 hours. A well behaved router should thus hold state for at least that long, but don’t bet the farm on it.

    To answer your specific question… If it were me, I’d use 15 minutes or less.

    Note that only one side need send the keep-alive as they work by re-sending the last 1 byte of the data stream as though it got lost on the network. The receiver discards it because it has already seen it but sends a new ACK in reply thus resulting in traffic going both directions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand from this post , that it's an anti-pattern to modify Object 's
I understand from this post that value types in C# are not objects. That
I understand from ObjectId — MongoDB Manual that the first 4 bytes of any
Just new to the Cocoa Framework - I understand from this question here that
I understand from bunch of other Stackoverflow threads (like this ) that Template arguments
I understand from the answer to this question that values of global/static uninitialized int
I understand from other posts that the only way to handle this is through
As you can understand from title, i modified Settings.cs file.Added some properties, some code
I found that Maven implies specific directory layout. But I don't understand from here:
From what I understand using $this->db->insert() escapes the values: http://codeigniter.com/user_guide/database/active_record.html#insert Note: All values are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.