Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zeromq/libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://github.com/zeromq/libzmq

concurrency libzmq messaging network networking pubsub pushpull stream zeromq zmq zmtp

Last synced: about 2 months ago
JSON representation

ZeroMQ core engine in C++, implements ZMTP/3.1

Lists

README

        

libzmq-cygwin
=============

Definitive build fixes for cygwin (See https://github.com/zeromq/pyzmq/issues/113 for partial solution)

What's changed:
./Makefile.am Add cygwin-specific target mostly the same as mingw
./configure.ac Add cygwin-specific target mostly the same as mingw
./tests/testutil.hpp Lengthen socket timeout to 121 seconds

What's new:
./README.cygwin.md This file
./builds/cygwin Folder for cygwin-specific build files
./builds/cygwin/Makefile.cygwin Makefile for cygwin targets