Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Make various zeromq socket options configurable #4

Closed
fquinner opened this issue Sep 16, 2015 · 2 comments
Closed

Make various zeromq socket options configurable #4

fquinner opened this issue Sep 16, 2015 · 2 comments
Milestone

Comments

@fquinner
Copy link
Collaborator

I'm thinking mostly:

ZMQ_SNDHWM
ZMQ_RCVHWM
ZMQ_AFFINITY
ZMQ_IDENTITY
ZMQ_SNDBUF
ZMQ_RCVBUF
ZMQ_RECONNECT_IVL
ZMQ_RECONNECT_IVL_MAX
ZMQ_BACKLOG
ZMQ_MAXMSGSIZE
ZMQ_RCVTIMEO
ZMQ_SNDTIMEO

Need to be careful with any types and should contribute convenience property parsing options back to OpenMAMA.

fquinner added a commit that referenced this issue Sep 19, 2015
@fquinner fquinner added this to the 1.0 milestone May 8, 2016
@fquinner
Copy link
Collaborator Author

fquinner commented Jun 2, 2016

ZMQ_RATE is also a big deal - by default on ZeroMQ, it will rate limit multicast egress traffic to 100kbps(!)

@fquinner fquinner closed this as completed Jun 2, 2016
@fquinner fquinner reopened this Jun 2, 2016
@fquinner
Copy link
Collaborator Author

fquinner commented Jun 2, 2016

These should all be implemented now.

@fquinner fquinner closed this as completed Jun 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant