The Wayback Machine - https://web.archive.org/web/20210519182533/https://github.com/topics/asynchronous-io
Skip to content
#

asynchronous-io

Here are 24 public repositories matching this topic...

Lukasa
Lukasa commented Sep 24, 2020

If you want to work with a complete socket address type including port, we have a helper in SocketAddress. However, the moment you want to talk only about an IP address we force you to hold an in_addr or in_addr6 structure: hardly the friendliest versions of these data types.

We should provide a helpful wrapper IPAddress type that can be converted into those types as needed. This would

Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware) is a tasty C++ library that makes asynchronous IP network coding fun! Or at least this library makes asynchronous network programming easier and safer without sacrificing significant performance.
  • Updated Mar 30, 2020
  • C++

Improve this page

Add a description, image, and links to the asynchronous-io topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asynchronous-io topic, visit your repo's landing page and select "manage topics."

Learn more