
Go to the source code of this file.
Data Structures | |
| struct | StreamingMessage |
| The header prepended to combine messages by StreamingStrategy and derived classes. More... | |
Functions | |
| CpvExtern (int, streaming_handler_id) | |
| void | StreamingHandlerFn (void *msg) |
| Handler used to receive incoming combined messages, split them into the individual messages and deliver all of them to the application. | |
| PUPbytes (StreamingMessage) class StreamingStrategy | |
| Strategy that buffers small messages and combines them to send few bigger messages, and therefore gain on sending overhead. | |
Definition in file StreamingStrategy.h.
1.5.5