jalcine / wintermute

:book: Central sources for a networked application framework.
http://jacky.wtf/weblog/ambitions-wintermute/
MIT License
17 stars 3 forks source link

[zmq] Use system-independent method to get tempdir #58

Closed jalcine closed 8 years ago

jalcine commented 9 years ago

Use either getenv("TMPDIR") or even the portable uv_fs_mkdtemp to get a temporary directory to use with zmq sockets.