Exposing functions related to CurveZMQ authentication. #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request exposes several additional functions in a more recent version of ZeroMQ (specifically 4.2.2).
Additionally, the user can specify the number of io_threads to use for server and client sockets.
I have not created new documentation for the additional functions so the following warning appears in R CMD check:
Undocumented code objects:
‘close.socket’ ‘get.curve.server’ ‘get.io_threads’ ‘get.keypair’
‘get.public.key’ ‘get.secret.key’ ‘get.server.key’ ‘set.curve.server’
‘set.public.key’ ‘set.secret.key’ ‘set.server.key’
A warning will also appear in R CMD check because the function signature of close.socket does not follow the signature of the S3 generic base::close.