sdamm / asio_dtls

A DTLS implementation using the ASIO library
51 stars 11 forks source link

Documentation of acceptor does not match implementation #3

Closed sdamm closed 5 years ago

sdamm commented 6 years ago

e.g. acceptor.async_accept(io_context2, accept_handler);

Would not work

vinniefalco commented 6 years ago

Consider a pull request?

sdamm commented 5 years ago

Documentation should be fixed by 6f63cc765bce82c17dc38029c1522e50b879d5b7 .