ABY Framework  1.0
Arithmetic Bool Yao Framework
 All Classes Files Functions Variables Enumerations Enumerator Macros
connection.h
Go to the documentation of this file.
1 
19 #ifndef __CONNECTION_H__
20 #define __CONNECTION_H__
21 
22 #include "../util/typedefs.h"
23 #include "../util/socket.h"
24 #include "cbitvector.h"
25 #include <sstream>
26 
27 BOOL Connect(string address, short port, vector<CSocket> &sockets, int id);
28 BOOL Listen(string address, short port, vector<vector<CSocket> > &sockets, int numConnections, int myID);
29 
30 #endif
CBitVector Implementation.