Update control connection for GFE 2.0.1+. Remove config and handshake code that isn't used on GFE 2.0.1+

This commit is contained in:
Cameron Gutman
2014-06-28 21:19:39 -07:00
parent 929487249d
commit ee96cccb51
10 changed files with 147 additions and 358 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ typedef struct _NV_VIDEO_PACKET {
int totalPackets;
int flags;
int payloadLength;
char reserved2[36];
int streamPacketIndex;
char reserved2[32];
} NV_VIDEO_PACKET, *PNV_VIDEO_PACKET;
typedef struct _RTP_PACKET {