Skip to content

Commit

Permalink
stats must keep in/out bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 15, 2019
1 parent 1e67343 commit fb32599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/WSConnectionStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ struct WSConnectionStats
size_t mInMessageMaxSize;
size_t mOutMessageMaxSize;

size_t mInCMASize;
size_t mOutCMASize;
size_t mBytesIn;
size_t mBytesOut;
};

#endif /* __WSCONNECTIONSTATS_H__ */
Expand Down

0 comments on commit fb32599

Please # to comment.