Skip to main content

keepalive

Using keepalive

Based on a stackoverflow post (https://stackoverflow.com/questions/12248132/how-to-change-tcp-keepalive-timer-using-python-script)

import socket, keepalive

# keepalive.set(socket, after_idle_sec=60, interval_sec=60, max_fails=5)

client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
keepalive.set(client_socket)

Changelog

0.0.1: initial release (2023-07-12)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keepalive-socket-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file keepalive-socket-0.0.1.tar.gz.

File metadata

  • Download URL: keepalive-socket-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9

File hashes

Hashes for keepalive-socket-0.0.1.tar.gz
Algorithm Hash digest
SHA256 235c5b582d7d701cf4013eeb6b05ba2960a7852a521a4810ccc6f1b5625f311e
MD5 8dc08ec5a581a0e5fc7e267edc6a906d
BLAKE2b-256 c6749aea30abf7d68c0939d37b811557366070630100cc1beae019c568afb45e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page