librelist archives

« back to archive

[ANNOUNCE] libnodelay 1.0.0 released

[ANNOUNCE] libnodelay 1.0.0 released

From:
Eric Wong
Date:
2011-02-01 @ 07:10
TCP_NODELAY is now enforced when calling setsockopt(), too.
Also, the NODELAY environment variable is read at startup
and may be used to force TCP_NODELAY to be _off_ for testing
purposes.  Thanks to Leonid Evdokimov for these changes.

The project is now dual-licensed under the GPLv2 and LGPLv3
for compatibility with GPLv2-only applications.

Eric Wong (7):
      localize optval variable in setsockopt()
      line wrap at 80 characters or less
      README: update link to use the secure wikipedia site
      README: update git URLs for bogomips.org
      README: this project has a mailing list, now!
      dual license under LGPLv3 and GPLv2
      nodelay.c: update source header with license, too

Leonid Evdokimov (1):
      Enforce NODELAY on setsockopt().

-- 
Eric Wong