Skip to main content
added 25 characters in body
Source Link
K7AAY
  • 3.9k
  • 4
  • 27
  • 40

https://stackoverflow.com/questions/2332741/what-is-the-theoretical-maximum-number-of-open-tcp-connections-that-a-modern-lin specifies a theoretical maximum of 65,535 per user per server port, but a better method to determine your maximum is to find your maximum number of file descriptors for every socket connection must have one. The configuration can be altered with sysctl, but the ceiling is normally over 300,000.

https://stackoverflow.com/questions/2332741/what-is-the-theoretical-maximum-number-of-open-tcp-connections-that-a-modern-lin specifies 65,535 per user per server port, but a better method to determine your maximum is to find your maximum number of file descriptors for every socket connection must have one. The configuration can be altered with sysctl, but the ceiling is normally over 300,000.

https://stackoverflow.com/questions/2332741/what-is-the-theoretical-maximum-number-of-open-tcp-connections-that-a-modern-lin specifies a theoretical maximum of 65,535 per user per server port, but a better method to determine your maximum is to find your maximum number of file descriptors for every socket connection must have one. The configuration can be altered with sysctl, but the ceiling is normally over 300,000.

Source Link
K7AAY
  • 3.9k
  • 4
  • 27
  • 40

https://stackoverflow.com/questions/2332741/what-is-the-theoretical-maximum-number-of-open-tcp-connections-that-a-modern-lin specifies 65,535 per user per server port, but a better method to determine your maximum is to find your maximum number of file descriptors for every socket connection must have one. The configuration can be altered with sysctl, but the ceiling is normally over 300,000.