Skip to content

Library for sockets #10

@ASmoliak

Description

@ASmoliak

Normally we shouldn't use low level syscalls if there's an existing library that does the job better and makes it easier to maintain the code

How about we ditch the sockets, and move towards a proper C++ library? Our favorite is boost/folly, you don't have to do any async handling of IO, you can stay with blocking for simplicity, as you continue, try to make more use of C++ data structures rather than pointers to primitive types, and don't forget exception handling too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions