]> sjero.net Git - iperf/blobdiff - include/Reporter.h
DCCP support for iperf
[iperf] / include / Reporter.h
index 91343f4d521627a81944ce3b384f89e91a631cd8..174055ff893b0f1a1e5c41d24da4f3f248409599 100644 (file)
@@ -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;