Allow automatic detection of remote streaming

This commit is contained in:
Cameron Gutman
2018-11-21 20:52:50 -08:00
parent 42df6475c8
commit 639ff18dbb
5 changed files with 65 additions and 5 deletions

View File

@@ -81,3 +81,4 @@ void shutdownTcpSocket(SOCKET s);
int setNonFatalRecvTimeoutMs(SOCKET s, int timeoutMs);
void setRecvTimeout(SOCKET s, int timeoutSec);
void closeSocket(SOCKET s);
int isPrivateNetworkAddress(struct sockaddr_storage* address);