X-Git-Url: http://sjero.net/git/?p=iperf;a=blobdiff_plain;f=include%2FReporter.h;fp=include%2FReporter.h;h=174055ff893b0f1a1e5c41d24da4f3f248409599;hp=91343f4d521627a81944ce3b384f89e91a631cd8;hb=90fc1e2c0c74319759b21d4a177c32691b88fdf3;hpb=fad82d47d76abc8f4ac6767e58b89859ad35a2ca diff --git a/include/Reporter.h b/include/Reporter.h index 91343f4..174055f 100644 --- a/include/Reporter.h +++ b/include/Reporter.h @@ -129,7 +129,7 @@ typedef struct ReporterData { int PacketID; int mBufLen; // -l int mMSS; // -M - int mTCPWin; // -w + int mWinSize; // -w /* flags is a BitMask of old bools bool mBufLenSet; // -l bool mCompat; // -C @@ -144,7 +144,8 @@ typedef struct ReporterData { bool mSuggestWin; // -W bool mUDP; bool mMode_time;*/ - int flags; + int flags; + Protocol mProtocol; // enums (which should be special int's) ThreadMode mThreadMode; // -s or -c ReportMode mode;