studi
2018-03-11 05:30:47 UTC
Cap'n Proto is on top a bytestream layer.
I want to send Cap's proto data on top of encrypted UDT streams. (Which
are not exactly streams since they reliably transmit arbitrary length
records, rather than an arbitrary stream of sequential bytes,
necessitating ciphertext stealing when a record is not a multiple of
sixteen bytes)
I suppose this is probably documented in some glaringly obvious place,
or should be self evident, but how do I arrange that Cap'n proto uses my
streams - how do I hook the output from Cap'n proto and supply it with
input?
I want to send Cap's proto data on top of encrypted UDT streams. (Which
are not exactly streams since they reliably transmit arbitrary length
records, rather than an arbitrary stream of sequential bytes,
necessitating ciphertext stealing when a record is not a multiple of
sixteen bytes)
I suppose this is probably documented in some glaringly obvious place,
or should be self evident, but how do I arrange that Cap'n proto uses my
streams - how do I hook the output from Cap'n proto and supply it with
input?
--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+***@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+***@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.