Age | Commit message (Collapse) | Author |
|
|
|
delivered.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We previously used the actual wall time for the base timestamps,
making etherdumps non-deterministic. This fixes that problem and
gets rid of the "malformed packet" at the front that we needed to
provide the right base timestamp to wireshark/tcpdump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set(FS #315).
|
|
|
|
|
|
|
|
|
|
This fixes a compile warning which becomes an error.
|
|
|
|
|
|
|
|
|
|
|
|
Multiple channels were saving their state under the
same name. This patch separates the saved state of
the primary and secondary channel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the primary identifier for a hardware context should be contextId(). The
concept of threads within a CPU remains, in the form of threadId() because
sometimes you need to know which context within a cpu to manipulate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|