python - How do I prevent connections in ZeroMQ? -


i have push/pull set up, there nothing stopping know ip address , port pull socket binding , sending garbage it. correct way prevent , allow client have authorized connect it?

if isn't possible can tell socket accept 1 (the first) connection , ignore subsequent ones?

are using zeromq >= 4.0? if can take advantage of new security features. pieter hintjens gives overview on blog: http://hintjens.com/blog:48

the plain authentication method allows simple username / password authentication. see documentation here: http://api.zeromq.org/4-1:zmq-plain


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -