
24 Nov
2009
24 Nov
'09
10:44 a.m.
Hello. I'm implementing a server and a client in boost.asio, and I would like to know the differences between: - socket::send() and socket::write_some - socket::receive() and socket::read_some In the documentation, for what I read, they look like they do the same thing. Can anyone explain me the difference? Thanks.