Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Nitro v0.2.0

Compare
Choose a tag to compare
@jamwt jamwt released this 09 Jul 02:16
· 17 commits to master since this release

What's New

  • Socket diagnostics
  • DNS resolution
  • Switched from nacl to libsodium
  • High-water mark support
  • Configurable TCP Keep-Alive
  • Frame data clearable for "lightweight" reply frames
  • FreeBSD support
  • C99 support

Bugfixes

  • Fixed HWM bug (not firing queue pthread_cond_t appropriately) SHA: fed58dd
  • Fixed EMFILE support in a few places SHA: aafae76 , SHA: dba80fd
  • No block on direct-send operations SHA: e656e34
  • EAGAIN on eventfd read() handled SHA: 08bf1fd
  • Fix nitro_set_error to return < 0 SHA: 52fcd97
  • eventfd in EFD_SEMAPHORE mode is wrong SHA: 309b7d9