Avi Kivity a7930ffcaa net: rework packet class
1. Replace the completion promise<> with a custom deleter class; this
   is lighter weight, and we don't really need the destructor to be
   executed by the scheduler.
2. Add lots of consuctors for composing packets from existing packet,
   by appending or prepending packets
3. Over-allocate in some cases to accomodate for the common practice of
   prepending protocol headers.
2014-08-28 17:29:27 +03:00
2014-08-25 09:28:55 +03:00
2014-08-20 11:18:23 +03:00
2014-08-27 20:25:53 +03:00
2014-08-24 18:08:38 +03:00
2014-08-27 17:25:19 +03:00
2014-08-27 17:25:19 +03:00
2014-08-10 08:56:33 +03:00
2014-08-27 17:24:17 +03:00
2014-08-28 17:29:27 +03:00
2014-08-27 18:26:54 +03:00
wip
2014-08-14 18:05:11 +03:00
2014-08-20 11:31:01 +03:00
2014-08-28 17:29:27 +03:00
2014-08-27 17:22:13 +03:00
2014-08-27 17:25:42 +03:00
Description
No description provided
362 MiB
Languages
C++ 72.7%
Python 26.1%
CMake 0.3%
GAP 0.3%
Shell 0.3%