oxen-mq/lokimq
Jason Rhinelander ece8870896 Move routing prefix into ConnectionID
This allows storing a ConnectionID received in a message callback and
using it later to send another message along the connection without
worrying about a routing id: the ConnectionID will have it if it is
required.  Previously you would have had to store the ConnectionID *and*
the routing prefix, and then specified the route as a
send_option::route{}, which was annoying and cumbersome.
2020-02-29 16:01:47 -04:00
..
batch.h Add ability to run a batch completion job in the proxy thread 2020-02-11 02:17:12 -04:00
bt_serialize.cpp Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00
bt_serialize.h Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00
hex.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00
lokimq.cpp Move routing prefix into ConnectionID 2020-02-29 16:01:47 -04:00
lokimq.h Move routing prefix into ConnectionID 2020-02-29 16:01:47 -04:00
string_view.h Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00