This branch makes it possible to move data between I/O card receivers (e.g.: NICReceiver) through callback invokation, instead of IOManager (that bring an extra data copy of the full stream).
The option is enabled, if the "cb_" prefix is appended for the "raw_input" connection names in the init step of the DataLinkHandler modules.
System test with 2 runs, first without "cb_" prefix on "raw_input" connections, and the second with applying the prefix, in which case callbacks are used instead of IOManager senders and receivers:
This branch makes it possible to move data between I/O card receivers (e.g.: NICReceiver) through callback invokation, instead of IOManager (that bring an extra data copy of the full stream). The option is enabled, if the "cb_" prefix is appended for the "raw_input" connection names in the init step of the DataLinkHandler modules.