diff options
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/c/zmq.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index 40750ec..9b11a1d 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -180,7 +180,7 @@ ZMQ_EXPORT int zmq_term (void *context);  //  Socket to send requests and receive replies. Requests are  //  load-balanced among all the peers. This socket type allows -//  only an alternated sequence of send's and recv's +//  only an alternated sequence of send's and recv's.  #define ZMQ_REQ 3  //  Socket to receive requests and send replies. This socket type allows | 
