ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Introduced whitelist in zmq context #101

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

This PR introduces a white-list vector for the socket based communication policies, which enables peers to keep their virtual address on context creation. With this it is not necessary anymore to contact the signalling server for new context creation. Signalling server is now only contacted once for context initialisation.