mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 15:14:40 +01:00
commit
384f8522aa
@ -35,7 +35,7 @@ namespace zmq
|
|||||||
// Helper base class for decoders that know the amount of data to read
|
// Helper base class for decoders that know the amount of data to read
|
||||||
// in advance at any moment. Knowing the amount in advance is a property
|
// in advance at any moment. Knowing the amount in advance is a property
|
||||||
// of the protocol used. 0MQ framing protocol is based size-prefixed
|
// of the protocol used. 0MQ framing protocol is based size-prefixed
|
||||||
// paradigm, whixh qualifies it to be parsed by this class.
|
// paradigm, which qualifies it to be parsed by this class.
|
||||||
// On the other hand, XML-based transports (like XMPP or SOAP) don't allow
|
// On the other hand, XML-based transports (like XMPP or SOAP) don't allow
|
||||||
// for knowing the size of data to read in advance and should use different
|
// for knowing the size of data to read in advance and should use different
|
||||||
// decoding algorithms.
|
// decoding algorithms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user