initial support for AUTO-SYN generation

This commit is contained in:
john30
2015-03-14 10:50:02 +01:00
parent 51b86c9dc5
commit 99b0e12943
4 changed files with 44 additions and 10 deletions
+1
View File
@@ -43,6 +43,7 @@ struct options
int sendRetries; //!< number of retries for failed sends [2]
int receiveTimeout; //!< timeout for receiving answer from slave in us [15000]
int masterCount; //!< expected number of masters for arbitration [5]
bool generateSyn; //!< enable AUTO-SYN symbol generation
bool foreground; //!< run in foreground
int port; //!< port to listen for client connections [8888]