Nanomsg NG - brokerless messaging
https://nanomsg.github.io/nng/
nng (nanomsg next-generation) is a C socket library providing
several common communication patterns.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / nng
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/nng && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
nng-1.3.1.tar.gz | 0000664921 649 KB | |
nng.changes | 0000006114 5.97 KB | |
nng.spec | 0000002128 2.08 KB |
Revision 8 (latest revision is 16)
Dirk Mueller (dirkmueller)
accepted
request 823881
from
Martin Hauke (mnhauke)
(revision 8)
- Update to version 1.3.1 Fixes * WebSocket and HTTP support for IPv6 addresses (note: IPv6 scopes are still not supported). * Serious framing error in TLS (regression introduced in 1.3.0). * nng_msg_clear was clearing the header; now it only clears the body. * Use-after-free segfault in rep protocol. * NNG_OPT_RECONNMAXT zero did not prevent exponential backoff. * Use-after-free in TLS. * Hangs in nng_close fixed. * Fixes to ease inclusion in other projects. * Numerous minor doc bugs fixed. * Various test suite bugs fixed. Features * nngcat now supports data from standard input when the file is specified as "-".
Comments 0