libkeepalive 0.3-2 source package in Ubuntu

Changelog

libkeepalive (0.3-2) unstable; urgency=medium

  * debian/control: bump standard to 4.2.1 (no changes)
  * debian/control: use dh11
  * debian/control: add salsa VCS URLs

 -- Thorsten Alteholz <email address hidden>  Fri, 07 Dec 2018 19:00:00 +0100

Upload details

Uploaded by:
Thorsten Alteholz
Uploaded to:
Sid
Original maintainer:
Thorsten Alteholz
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libkeepalive_0.3-2.dsc 2.0 KiB bbecf32892bb5d655200da6ba1837080141a35b230cd1b96e66c7430d20b2b67
libkeepalive_0.3.orig.tar.gz 4.2 KiB fb577b132a49d289ff3cd0c2a670ddc50028c6dbecfb164958ac031376a82dd2
libkeepalive_0.3-2.debian.tar.xz 2.7 KiB 8d1ed9c43e55f2c73d15022d56204cec9ada4078aa5a75e87cd839e6fca9cc60

Available diffs

No changes file available.

Binary packages built by this source

libkeepalive0: enable tcp keepalive support in programs using shared libraries

 Many systems provide the ability to keep tcp connections alive, so they
 aren't reset by peers or by routers because of inactivity.
 .
 Even if this feature is present, only a few programs correctly implement
 the code to use it. If your favourite foo-client is not written with
 support for tcp keepalive, you'll continue to see your connection reset.
 .
 libkeepalive library provides a way to enable tcp keepalive support in
 any program that uses shared libraries (e.g.: glibc shared object) to
 perform network operations. Using the preload method, you will be able to
 intercept normal program execution and to inject the code needed to enable
 the keepalive routines, everything done without modifying the original
 binary file and with no need to gain root privileges.