Télécharger la liste

Description du projet

libnodelay is an LD_PRELOAD library for disabling Nagle's algorithm. Disabling Nagle's algorithm can result in a performance improvement for latency-sensitive applications that use TCP. Using the library may be easier than digging through a mess of code and confusing or obscure configuration options.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-05 07:00
1.0.1

Il existe un correctif de sécurité pour les utilisateurs de compilateurs C strictes.
Tags: Stable
There is a safety fix for users of strict C compilers.

2011-02-01 20:33
1.0.0

TCP_NODELAY est maintenant appliquée lors de l'appel setsockopt (), aussi. La variable d'environnement NODELAY est lu au démarrage et peut être utilisée pour forcer TCP_NODELAY d'être hors des fins de test. Le projet est maintenant sous une double licence en vertu de la GPLv2 et LGPLv3 pour la compatibilité avec les applications GPLv2 seulement.
Tags: Stable
TCP_NODELAY is now enforced when calling setsockopt(), too. The NODELAY
environment variable is read at startup and may be used to force TCP_NODELAY to
be off for testing purposes. The project is now dual-licensed under the GPLv2
and LGPLv3 for compatibility with GPLv2-only applications.

2009-06-08 18:03
0.0.1

Il s'agit de la première version.
This is the initial release.

Project Resources