Skip to content

Commit 4f643fc

Browse files
committed
Release v0.4.0-alpha.4
1 parent c3b447e commit 4f643fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* `Socket::set_nosigpipe`: set `SO_NOSIGPIPE` on Apple targets.
2121
* `Socket::set_mark` and `Socket::mark`, setting/getting the `SO_MARK` socket
2222
option.
23+
* `Socket::set_cpu_affinity` and `Socket::cpu_affinity`, setting/getting the
24+
`SO_INCOMING_CPU` socket option.
2325
* `Socket::set_mss` and `Socket::mss`, setting/getting the `TCP_MAXSEG` socket
2426
option.
2527
* `Socket::set_freebind` and `Socket::freebind`, setting/getting the

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.4.0-alpha.3"
3+
version = "0.4.0-alpha.4"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)