incorporating ten giga into the receiver

This commit is contained in:
Maliakal Dhanya
2014-07-11 12:53:53 +02:00
parent 8369153d60
commit bbb0a05fca
5 changed files with 228 additions and 129 deletions

View File

@ -257,6 +257,9 @@ private:
/** thread for TCP server */
pthread_t TCPServer_thread;
/** size of one frame*/
int tenGigaEnable;
protected:
/** Socket */
MySocketTCP* socket;