tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
521 stars 197 forks source link

Fix use of ZMQ's deprecated send() and recv() functions #27

Closed edalm closed 4 years ago

edalm commented 4 years ago

There is a compilation warning triggered by the use of the ZMQ's send() and recv() deprecated functions. Since most compilers now treat warnings as errors, this issue does not allow the compilation of the ns3-gym module.