Go to file
Christopher Kohlhoff 75fd0ca1b7 Add single-buffer optimisation for recvfrom and sendto.
When we can determine at compile time that the user has supplied a
single buffer, use recvfrom/sendto rather than recvmsg/sendmsg, as the
former system calls can be faster.
2020-06-15 17:53:54 +10:00
asio Add single-buffer optimisation for recvfrom and sendto. 2020-06-15 17:53:54 +10:00
.appveyor.yml Add more MSVC versions to appveyor configuration. 2020-04-07 08:29:53 +10:00
.cirrus.yml Add Cirrus CI configuration to test FreeBSD. 2020-04-23 18:09:00 +10:00
.gitignore Ignore scratch source files and symlinked boost. 2014-04-28 12:51:01 +10:00
.travis.yml Add some gcc 9 targets on travis. 2020-06-08 11:55:05 +10:00