proof of concept server implementation

This commit is contained in:
Benjamin Sergeant
2018-12-29 23:15:27 -08:00
parent ea07afcc0b
commit 0ee71e9a09
9 changed files with 324 additions and 3 deletions

View File

@ -21,13 +21,13 @@ namespace ix
std::string& errMsg,
const CancellationRequest& isCancellationRequested);
static void configure(int sockfd);
private:
static bool connectToAddress(const struct addrinfo *address,
int& sockfd,
std::string& errMsg,
const CancellationRequest& isCancellationRequested);
static void configure(int sockfd);
};
}