zeromq-Ada icon indicating copy to clipboard operation
zeromq-Ada copied to clipboard

Ada-bindings for 0mq

Results 1 zeromq-Ada issues
Sort by recently updated
recently updated
newest added

Hello, There is `More` socket flag in `ZMQ.Sockets` declared as: ```ada More : constant Socket_Flags := 2#0000_0000_0000_0001#; ``` But corresponding value in C in 2: ``` grep ZMQ_SNDMORE /usr/include/* /usr/include/zmq.h:#define...