aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/server.cpp
AgeCommit message (Collapse)Author
2016-11-21Reworked server and client to do one mix and shutdown.Dennis Brentjes
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().
2016-10-21Adds SSL connections between nodes.Dennis Brentjes
2016-10-05Fixes some bugs in parsing the program_options.Dennis Brentjes
2016-09-29Added some boilerplate to enable ssl connections.Dennis Brentjes
2016-08-31Split up the client and server parts in a separate network libraryDennis Brentjes