Subject: [Boost-users] [asio] ip::tcp::socket - differences between send & write_some
From: Lennyk (lennyk430_at_[hidden])
Date: 2009-03-25 04:59:07


Hi,

What is the difference in implementation between the
ip::tcp::socket::send & ip::tcp::socket::write_some on Linux sys sockets?
What kind of system calls are used in both calls?

Thanks!