diff options
Diffstat (limited to 'doc/zmq.txt')
-rw-r--r-- | doc/zmq.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/zmq.txt b/doc/zmq.txt index 5f32d7f..8f8d40d 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -62,7 +62,8 @@ Messages ~~~~~~~~ A 0MQ message is a discrete unit of data passed between applications or components of the same application. 0MQ messages have no internal structure and -from the point of view of 0MQ itself they are considered to be opaque BLOBs. +from the point of view of 0MQ itself they are considered to be opaque binary +data. The following functions are provided to work with messages: |