mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-14 19:56:06 +00:00
Send TCP FIN after completion of our RTSP request
This allows servers to read until a FIN, just like we do on the client.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#define SetLastSocketError(x) WSASetLastError(x)
|
||||
#define LastSocketError() WSAGetLastError()
|
||||
|
||||
#define SHUT_RD SD_RECEIVE
|
||||
#define SHUT_WR SD_SEND
|
||||
#define SHUT_RDWR SD_BOTH
|
||||
|
||||
#ifdef EAGAIN
|
||||
|
||||
Reference in New Issue
Block a user