Skip to content

Add sockopt set_xpub_verboser #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,7 @@ impl Socket {
(_, set_zap_domain) => ZMQ_ZAP_DOMAIN as &str,
(_, set_xpub_welcome_msg) => ZMQ_XPUB_WELCOME_MSG as Option<&str>,
(_, set_xpub_verbose) => ZMQ_XPUB_VERBOSE as bool,
(_, set_xpub_verboser) => ZMQ_XPUB_VERBOSER as bool,

(_, set_curve_publickey) => ZMQ_CURVE_PUBLICKEY as &[u8],
(_, set_curve_secretkey) => ZMQ_CURVE_SECRETKEY as &[u8],
Expand Down