• Show log

    Commit

  • Hash : 7562422a
    Author : Patrick Steinhardt
    Date : 2019-01-24T10:30:58

    examples: merge common network code
    
    Right now, we have two sets of "common" code, one containing
    general common code and one containing network common code. As we
    intend to get rid of the network subdirectory and instead merge
    all examples into a single standalone executable, this
    distinction doesn't make a lot of sense now. Furthermore, the
    common network code is not that big.
    
    Let's get rid of the common network code by merging it into the
    general common code.