Skip to content

ModesOfOperation

igor-ivanov edited this page Feb 26, 2018 · 4 revisions

Introduction

sockperf had 4 client (aka producer) modes of operation and 1 server (aka consumer) mode of operation.

Details

Code style

  • 4 spaces, no tabs
  • up to 100 columns
  • single space around operators
  • no spaces in the end-of-line
  • indent function arguments on column
  • indent structure fields on column
  • scope: open on same line.
Clone this wiki locally