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:
@ -18,3 +18,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int NeoComm_bind(const unsigned short port);
|
||||
|
||||
void NeoComm_close_connections();
|
||||
|
Reference in New Issue
Block a user