File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.6.1
2+
3+ ## Added
4+
5+ * Added support for Windows Registered I/O (RIO)
6+ (https://github.com/rust-lang/socket2/pull/604 ).
7+ * Added support for ` TCP_NOTSENT_LOWAT ` on Linux via ` Socket::(set_)tcp_notsent_lowat `
8+ (https://github.com/rust-lang/socket2/pull/611 ).
9+ * Added support for ` SO_BUSY_POLL ` on Linux via ` Socket::set_busy_poll `
10+ (https://github.com/rust-lang/socket2/pull/607 ).
11+ * ` SockFilter::new ` is now a const function
12+ (https://github.com/rust-lang/socket2/pull/609 ).
13+
14+ ## Changed
15+
16+ * Updated the windows-sys dependency to version 0.60
17+ (https://github.com/rust-lang/socket2/pull/605 ).
18+
119# 0.6.0
220
321## Breaking changes
Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [
55 " Alex Crichton <alex@alexcrichton.com>" ,
66 " Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
You can’t perform that action at this time.
0 commit comments