File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.3
2
+
3
+ ## Added
4
+
5
+ * ` Socket::set_fib ` : sets ` SO_SETFIB ` (https://github.com/rust-lang/socket2/pull/271 ).
6
+ * ` Socket::attach_filter ` , ` SO_ATTACH_FILTER ` (https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232 ).
7
+ * ` Socket::detach_filter ` , ` SO_DETACH_FILTER ` (https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232 ).
8
+ * ` Socket::{header_included, set_header_included} ` : sets or gets ` IP_HDRINCL `
9
+ (https://github.com/rust-lang/socket2/commit/f9e882ee53c0b4e89c5043b6d709af95c9db5599 ).
10
+ * ` Socket::{cork, set_cork} ` : sets or gets ` TCP_CORK `
11
+ (https://github.com/rust-lang/socket2/commit/50f31f18aac8fd6ef277df2906adeeed9fa391de ).
12
+ * ` Socket::{quickack, set_quickack} ` : sets or gets ` TCP_QUICKACK `
13
+ (https://github.com/rust-lang/socket2/commit/849eee2abc5d5170d2d3bc635386a2ba13b04530 ).
14
+ * ` Socket::{thin_linear_timeouts, set_thin_linear_timeouts} ` : sets or gets
15
+ ` TCP_THIN_LINEAR_TIMEOUTS `
16
+ (https://github.com/rust-lang/socket2/commit/24c231ca463a17f51e53e7a554c7915a95bdbcc7 ).
17
+ * ` Socket::{join_multicast_v4_n, leave_multicast_v4_n} ` : extends the existing
18
+ multicast API by allowing an index to be used (in addition to an address)
19
+ (https://github.com/rust-lang/socket2/commit/750f83618b967c620bbfdf6ca04de7362bdb42b5 ).
20
+
1
21
# 0.4.2
2
22
3
23
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.4.2 "
3
+ version = " 0.4.3 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Thomas de Zeeuw <[email protected] >"
You can’t perform that action at this time.
0 commit comments