gecko-dev/netwerk/sctp
Victor Boivie 7caa843fb9 Bug 1862740: Misc c++ style fixes r=bwc
Including, but not limited to:

 * Following the style guide wrt declaration order.
 * Use const whenever it makes sense.
 * Move members to be private where possible (e.g. mLock was previously public,
   which it didn't have to be).
 * Replaced DataChannel::mFlags with individual bools - easier to read.
 * Fix most compiler warnings.

These kind of changes are rarely complete - there is always something that was
missed. It's still a step in the right direction.

Differential Revision: https://phabricator.services.mozilla.com/D192563
2023-11-06 14:34:35 +00:00
..
datachannel Bug 1862740: Misc c++ style fixes r=bwc 2023-11-06 14:34:35 +00:00
src Bug 1855349 - Check for usrsctp updates at the start of each Nightly release cycle. r=jesup 2023-10-02 21:57:39 +00:00