Skip to content

CRAN release 0.5.2

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 07 Jul 07:07
· 1503 commits to main since this release
78702b7

nanonext 0.5.2

New Features

  • Adds mclock(), msleep() and random() utilities exposing the library functions for timing and cryptographic RNG respectively.
  • socket() gains the ability to open 'raw' mode sockets. Please note: this is not for general use - do not set this argument unless you have a specific need, such as for use with device() (refer to NNG documentation).
  • Implements device() which creates a socket forwarder or proxy. Warning: use this in a separate process as this function blocks with no ability to interrupt.

Updates

  • Internal performance optimisations.