| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Gcc doesn't even error on the private typedef access. So instead of
entering and exiting the public scope in the class definition, Just
add a template which forces deduction of the underlying type.
|
|
|
|
|
|
|
|
Run script now takes a parameter tool to for instance "benchmark"
|
|
|
|
Adds a minimum number of messages per mix.
Embeds the destination in the message.
Clients now send messages to themselves.
|
|
|
|
This is done as cleanly as possible to track down any memory leaks.
unfortunately there is still one async operation running on the nodes.
when there should be none. So the nodes are still forced to stop with a.
io_service.stop().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|