asio-tr2 icon indicating copy to clipboard operation
asio-tr2 copied to clipboard

send_to and async_send_to use inconsistent variable names

Open jwakely opened this issue 9 years ago • 1 comments

At http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0112r0.html#socket.dgram.op the specifications of send_to and async_send_to alternate between calling the endpoint "destination", "recipient" and (in the Effects) "sender".

jwakely avatar Oct 13 '15 18:10 jwakely

Fixed in 9a4a9c93ad0deb911d727a3ee0b37b1f13fa4d9c.

chriskohlhoff avatar Oct 13 '15 20:10 chriskohlhoff