Skip to content

Commit

Permalink
NNG Protocol Level Memory Enhancements (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo authored Feb 27, 2025
1 parent ce540cc commit 3e06b6b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 1.5.1.9000
Version: 1.5.1.9001
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library for reliable, high-performance messaging over in-process,
IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#### Updates

* `write_cert()` argument 'cn' now defaults to '127.0.0.1' instead of 'localhost'.
* A 'req' socket with 'req:resend-time' set as 0 now efficiently frees the message as soon as the send has completed.
* Bundled 'libnng' updated to 1.10.2 pre-release.

# nanonext 1.5.1

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Library versions
LIB_VER="110"
LIB_VER="110-2"
TLS_VER="362"

# Initialise
Expand Down
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Library versions
LIB_VER="110"
LIB_VER="110-2"
TLS_VER="362"

# Find compiler and export flags
Expand Down
Binary file added src/nng-110-2.tar.xz
Binary file not shown.
Binary file removed src/nng-110.tar.xz
Binary file not shown.

0 comments on commit 3e06b6b

Please sign in to comment.