mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 22:31:21 +00:00
Fix ENet comments
This commit is contained in:
@@ -275,7 +275,6 @@ Exit:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response, int expectingPayload, int* error) {
|
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response, int expectingPayload, int* error) {
|
||||||
// Gen 5+ does RTSP over ENet not TCP
|
|
||||||
if (useEnet) {
|
if (useEnet) {
|
||||||
return transactRtspMessageEnet(request, response, expectingPayload, error);
|
return transactRtspMessageEnet(request, response, expectingPayload, error);
|
||||||
}
|
}
|
||||||
@@ -458,7 +457,7 @@ int performRtspHandshake(void) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gen 5 servers use ENet to do the RTSP handshake
|
// Setup ENet if required by this GFE version
|
||||||
if (useEnet) {
|
if (useEnet) {
|
||||||
ENetAddress address;
|
ENetAddress address;
|
||||||
ENetEvent event;
|
ENetEvent event;
|
||||||
|
|||||||
Reference in New Issue
Block a user