v2.8.0
tag7e634b34d32029a784129d6dff14a62be9b64d63
object 8be51237720fd18cb45188f29c717bbac0ca1964
authorEric Wong <normalperson@yhbt.net>
Fri, 18 Jan 2013 10:52:42 +0000 (18 10:52 +0000)
kgio 2.8.0 - TCP Fast Open, writev/trywritev

TCP Fast Open in Linux 3.7 and later is now supported
in the client via Kgio::Socket#kgio_fastopen.

This release also adds the kgio_writev and
kgio_trywritev methods, thanks to funny-falcon