Skip to content
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

Added basic SocketOptions struct #133

Merged
merged 2 commits into from
Mar 7, 2021
Merged

Added basic SocketOptions struct #133

merged 2 commits into from
Mar 7, 2021

Commits on Mar 6, 2021

  1. Added basic SocketOptions struct

    This is related to #116.
    
    Currently it's only enables user to set custom peer-identity if needed
    and passes options all around. Later we can add other options to this
    struct.
    
    Some minor changes to ReadyCommand properties were required cause
    ZMQ_IDENTITY could be any byte vec and not guaranteed to be valid String
    Alexei-Kornienko committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    31e5d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be76c0b View commit details
    Browse the repository at this point in the history