MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
tcp_transport.h File Reference
#include <map>
#include <memory>
#include <string_view>
#include <vector>
#include "transport.h"
Include dependency graph for tcp_transport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  encrypto::motion::communication::TcpTransport
 
class  encrypto::motion::communication::TcpSetupHelper
 

Namespaces

 encrypto
 
 encrypto::motion
 
 encrypto::motion::communication
 
 encrypto::motion::communication::detail
 

Typedefs

using encrypto::motion::communication::TcpConnectionConfiguration = std::pair< std::string, std::uint16_t >
 
using encrypto::motion::communication::TcpPartiesConfiguration = std::vector< TcpConnectionConfiguration >