tweag / network-transport-zeromq

ZeroMQ transport for distributed-process (aka Cloud Haskell)
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Use information about sender #26

Open qnikst opened 10 years ago

qnikst commented 10 years ago

Latest versions of zeromq can provide an information about user socket [1] this information can be used in order to improve security properties (like issue [2])

[1] https://github.com/zeromq/libzmq/commit/3aeaa6fab135aced3e762031621491c4779285c0

[2] https://cloud-haskell.atlassian.net/browse/NTTCP-7