Fix error propagation from WinSock functions. Fix cleanup of sockets. Allow the handshake to be interrupted.

This commit is contained in:
Cameron Gutman
2014-01-20 19:26:33 -05:00
parent d6c77b0323
commit 2f83dba24c
7 changed files with 48 additions and 22 deletions
+1
View File
@@ -18,6 +18,7 @@ void destroyControlStream(void);
void requestIdrFrame(void);
int performHandshake(IP_ADDRESS host);
void terminateHandshake(void);
void initializeVideoDepacketizer(void);
void destroyVideoDepacketizer(void);