The pull request treats basic socket classes and operations and on an higher level it implements the reactor pattern. On top sits another abstraction layer with a io_service and io_stream class allowing the user to create a simple network server or client.
Coverage increased (+0.4%) to 91.239% when pulling 52e158aa3c34cf78c63649a37f22477d34d33189 on feature/networking into 2dd355a605d006b6a6928447b7c5ce2cf5bcf456 on master.
The pull request treats basic socket classes and operations and on an higher level it implements the reactor pattern. On top sits another abstraction layer with a
io_service
andio_stream
class allowing the user to create a simple network server or client.