mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Finished video depacketizing. Starting tests
This commit is contained in:
@@ -14,4 +14,5 @@
|
||||
#define IP_ADDRESS unsigned int
|
||||
|
||||
SOCKET connectTcpSocket(IP_ADDRESS dstaddr, unsigned short port);
|
||||
SOCKET bindUdpSocket(unsigned short port);
|
||||
int enableNoDelay(SOCKET s);
|
||||
Reference in New Issue
Block a user