]> git.lizzy.rs Git - rust.git/commit
Fix windows
authorSteven Fackler <sfackler@gmail.com>
Sun, 28 Feb 2016 05:05:32 +0000 (21:05 -0800)
committerSteven Fackler <sfackler@gmail.com>
Sun, 28 Feb 2016 17:41:33 +0000 (09:41 -0800)
commit728d9115e894bd3c8fc3ae03230ea46f85467c04
tree3e5867efbe40eb47af9655ba457137cb1d1f82a1
parent5d6ba17f0308d3b8c96cd89f4c0663bae0f2b9f7
Fix windows

Also back out keepalive support for TCP since the API is perhaps not
actually what we want. You can't read the interval on Windows, and
we should probably separate the functionality of turning keepalive on
and overriding the interval.
src/libstd/net/tcp.rs
src/libstd/sys/common/net.rs
src/libstd/sys/unix/net.rs
src/libstd/sys/windows/c.rs
src/libstd/sys/windows/net.rs