Avi Kivity 2847a1de65 core: add data_source abstraction
This is a stream of data arriving in chunks.  With a native TCP stack,
it will serve individual buffers as arriving from the network interface and
queued by the TCP stack.  With the hosted stack (bsd_data_source_impl),
we unfortunately have to allocate each chunk individually.
2014-09-08 21:29:08 +03:00
2014-09-04 18:39:25 +03:00
2014-09-08 21:29:08 +03:00
2014-09-04 18:39:25 +03:00
2014-08-25 09:28:55 +03:00
2014-08-27 17:24:17 +03:00
Description
No description provided
374 MiB
Languages
C++ 72.7%
Python 26.1%
CMake 0.3%
GAP 0.3%
Shell 0.3%