Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
serverinfo Struct Reference

Information needed to connect to a server. More...

#include <percyparams.h>

Public Attributes

nservers_t sid
 Server ID. More...
 
char * addr
 Address. More...
 
uint16_t port
 Port. More...
 

Detailed Description

Information needed to connect to a server.

Member Data Documentation

char* addr

Address.

uint16_t port

Port.

nservers_t sid

Server ID.


The documentation for this struct was generated from the following file: