Added connection class with basic binding

There's no listening yet, and still a bunch of different errors to
handle.
This commit is contained in:
Nicolás A. Ortega
2017-07-23 23:19:20 -05:00
parent 9568de6710
commit 6cc7de6383
3 changed files with 72 additions and 0 deletions

View File

@ -18,3 +18,7 @@
*/
#pragma once
int NeoComm_bind(const unsigned short port);
void NeoComm_close_connections();