cascadium / OpenMAMA-zmq

OpenMAMA ZeroMQ Bridge
MIT License
17 stars 8 forks source link

Make various zeromq socket options configurable #4

Closed fquinner closed 8 years ago

fquinner commented 9 years ago

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 commented 8 years ago

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

fquinner commented 8 years ago

These should all be implemented now.