Skip to content
Snippets Groups Projects
  • Max Horn's avatar
    0333de27
    Turn more magic numbers into constants · 0333de27
    Max Horn authored
    * move the PROTOCOL3_ #defines from .h to .c and turn them into enums
      (debugging enums is easier than #defines)
    * add sync factor constants for protocols 1 and 2
    * use the PROTOCOL* constants in more places
    0333de27
    History
    Turn more magic numbers into constants
    Max Horn authored
    * move the PROTOCOL3_ #defines from .h to .c and turn them into enums
      (debugging enums is easier than #defines)
    * add sync factor constants for protocols 1 and 2
    * use the PROTOCOL* constants in more places