ABY Framework
1.0
Arithmetic Bool Yao Framework
|
Public Member Functions | |
BOOL | Socket () |
void | Close () |
void | AttachFrom (CSocket &s) |
void | Detach () |
string | GetIP () |
USHORT | GetPort () |
BOOL | Bind (USHORT nPort=0, string ip="") |
BOOL | Listen (int nQLen=5) |
BOOL | Accept (CSocket &sock) |
BOOL | Connect (string ip, USHORT port, LONG lTOSMilisec=-1) |
uint64_t | Receive (void *pBuf, uint64_t nLen, int nFlags=0) |
int | Send (const void *pBuf, uint64_t nLen, int nFlags=0) |